1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 18:14:17 +02:00

Force dropdown to be displayed in position static for navbar, to override Popper css

This commit is contained in:
Johann-S
2017-05-16 14:03:14 +02:00
parent 3719ed4cb6
commit ba2352c14e

View File

@@ -138,8 +138,9 @@
@include media-breakpoint-down($breakpoint) { @include media-breakpoint-down($breakpoint) {
.navbar-nav { .navbar-nav {
.dropdown-menu { .dropdown-menu {
position: static; position: static !important;
float: none; float: none;
transform: unset !important;
} }
} }