mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-24 20:41:33 +02:00
Fix margin-bottom on dropdown (navbar-fixed-bottom).
This commit is contained in:
@@ -331,6 +331,7 @@
|
||||
}
|
||||
// Menu position and menu caret support for dropups via extra dropup class
|
||||
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
||||
margin-bottom: 0;
|
||||
.border-top-radius(@navbar-border-radius);
|
||||
.border-bottom-radius(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user