I'm doing a fixed top navbar using Bootstrap 3 with mobile first approach.
I'm stuck with an issue when I view on a large screen (eg. menu is not collapsed) and I click on one of the menu links, a horizontal scroll is appearing on the menu.
The issue seems to be happening after I added data-toggle="collapse" data-target=".navbar-collapse"
on the navbar-collapsable div
or also I've tried it with the anchor links too, in order to add the auto close when clicking on a link in Mobile View (small screen).
When I'm using it as Mobile view (small display) it works perfectly and has the auto close when clicking a link which I require.
An example is saved in this plunker which you can see.
Anyone can help how to remove that scroll please?