aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-05-16 14:03:14 +0200
committerJohann-S <[email protected]>2017-05-16 14:48:12 +0200
commitba2352c14ee1524a44e26f3b2393d4ed3195d99f (patch)
tree965b1acba15828e7686c4ebc2326a5a5fe1d85be
parent3719ed4cb69fd8c75869158b086b4fc077e63e14 (diff)
downloadbootstrap-ba2352c14ee1524a44e26f3b2393d4ed3195d99f.tar.xz
bootstrap-ba2352c14ee1524a44e26f3b2393d4ed3195d99f.zip
Force dropdown to be displayed in position static for navbar, to override Popper css
-rw-r--r--scss/_navbar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index c73fc01f6..bc05382d6 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -138,8 +138,9 @@
@include media-breakpoint-down($breakpoint) {
.navbar-nav {
.dropdown-menu {
- position: static;
+ position: static !important;
float: none;
+ transform: unset !important;
}
}