You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a navigation bar is fixed to the top, clicking on dropdowns will not change the navigation bar height. This way, some links will become unaccessible. If the dropdowns are the last elements in the navigation bar, their content will not be accessible
how to reproduce
Go to the Bootstrap doc at http://getbootstrap.com/components/#navbar, which says Currently v3.3.4 while i am writing, with a browser with a narrow viewport. Inspect the markup and add the class navbar-fixed-top to the navigation bar in order to make it fixed. Click on the dropdown buttons
browser
I see this behaviour with Chrome 41
The text was updated successfully, but these errors were encountered:
Not a duplicate of #12738 for me, but not a bug as well, after reading that issue. The problem here is that i did not see the scroll bar, since i am using Chrome on OSX. So this is more an usability issue, i expected the navigation bar to expand vertically as it does when it is not fixed. Anyway glad to know that i can just scroll, thanks!
Override that to adjust the height of the dropdowns to your content. Know that there are issues with fixed top and the height of the viewport, though...
When a navigation bar is fixed to the top, clicking on dropdowns will not change the navigation bar height. This way, some links will become unaccessible. If the dropdowns are the last elements in the navigation bar, their content will not be accessible
how to reproduce
Go to the Bootstrap doc at http://getbootstrap.com/components/#navbar, which says
Currently v3.3.4
while i am writing, with a browser with a narrow viewport. Inspect the markup and add the classnavbar-fixed-top
to the navigation bar in order to make it fixed. Click on the dropdown buttonsbrowser
I see this behaviour with Chrome 41
The text was updated successfully, but these errors were encountered: