Force dropdown to be displayed in position static for navbar, to override Popper css
This commit is contained in:
parent
3719ed4cb6
commit
ba2352c14e
1 changed files with 2 additions and 1 deletions
|
|
@ -138,8 +138,9 @@
|
|||
@include media-breakpoint-down($breakpoint) {
|
||||
.navbar-nav {
|
||||
.dropdown-menu {
|
||||
position: static;
|
||||
position: static !important;
|
||||
float: none;
|
||||
transform: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue