From: Johann-S Date: Tue, 16 May 2017 12:03:14 +0000 (+0200) Subject: Force dropdown to be displayed in position static for navbar, to override Popper css X-Git-Tag: v4.0.0-beta~166^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba2352c14ee1524a44e26f3b2393d4ed3195d99f;p=thirdparty%2Fbootstrap.git Force dropdown to be displayed in position static for navbar, to override Popper css --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index c73fc01f63..bc05382d68 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; } }