-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues for .fixed-top/.fixed-bottom navbars (Bootstrap v4.0.0-beta) #24260
Comments
For your two last points : Side note: in beta 1 we have issue with dropup in navbar but it's already fixed in our current code and will be available in our next release btw nice plugin 😉 |
Ah, I missed BTW, sorry for a dumb question I guess - in which branch is your most current dropdown code? Thanks! |
use our |
Oh man we could totally use viewport units for the fixed navbar now. v3 didn't allow for it given browser support, but we can definitely do it now. http://caniuse.com/#feat=viewport-units |
Don't you forget about |
Punting second part of this to #24796. |
Hey guys, here's a short list of issues I stumbled upon in Bootstrap v4.0.0-beta (while working on the Bootstrap 4 addon for SmartMenus jQuery):
.fixed-top
/.fixed-bottom
navbars.navbar-collapse
doesn't have something likeoverflow-y: auto; max-height: 360px;
(as in BS3) so the content cannot be scrolled and might be cut if too tall..fixed-bottom
navbars dropdowns are not properly positioned above the navbar..fixed-bottom
navbars.dropdown-toggle
carets do not point up.All these are demonstrated and can be tested here:
https://codepen.io/vadikom/pen/EwoKyz
The text was updated successfully, but these errors were encountered: