mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Fix margin-bottom on dropdown (navbar-fixed-bottom).
This commit is contained in:
parent
0c5a5563b2
commit
d7d6384d39
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user