Fix margin-bottom on dropdown (navbar-fixed-bottom).

This commit is contained in:
vsn4ik 2014-12-05 23:30:30 +03:00
parent 0c5a5563b2
commit d7d6384d39
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}