mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Force dropdown to be displayed in position static for navbar, to override Popper css
This commit is contained in:
+2
-1
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user