mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
Fix margin-bottom on dropdown (navbar-fixed-bottom).
This commit is contained in:
parent
0c5a5563b2
commit
d7d6384d39
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue