From ba2352c14ee1524a44e26f3b2393d4ed3195d99f Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 16 May 2017 14:03:14 +0200 Subject: [PATCH] Force dropdown to be displayed in position static for navbar, to override Popper css --- scss/_navbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index c73fc01f63bb..bc05382d68b1 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; } }