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
After fitting the page to a small device (320x480), when you press on the 'navbar-toggle' button, then the scroll bar cannot reach the "email" & "password" elements.
Thanks!
The text was updated successfully, but these errors were encountered:
The navbar is supposed to scroll, but not all devices support scrolling, so it's cut off. This page actually shows fine for me on my Android phone, but when I expand the dropdown link, it's cut off and I can't access the "one more separated link" at all.
I've since fixed this issue in my own project by overriding .navbar-collapse with max-height:none, making the dropdown scroll with the body. the -webkit-overflow-scrolling: touch; seems to fail on enough devices to not consider it reliable or widely adopted.
The issue is related to using the 'navbar' in smalll devices (320x480).
The 'navbar-fixed-top' cannot be scrolled down to the bottom of 'navbar-collapse' div.
This can easily be reproduced in the jumbotron sample page: http://getbootstrap.com/examples/jumbotron/.
After fitting the page to a small device (320x480), when you press on the 'navbar-toggle' button, then the scroll bar cannot reach the "email" & "password" elements.
Thanks!
The text was updated successfully, but these errors were encountered: