From: Johann-S Date: Thu, 17 Aug 2017 14:34:08 +0000 (+0200) Subject: Fix dropup in navbar X-Git-Tag: v4.0.0-beta.2~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6988714a1462314170722acd22d00c90d5217fe;p=thirdparty%2Fbootstrap.git Fix dropup in navbar --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 1398400c03..f8e5ce2914 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -74,6 +74,14 @@ position: static; float: none; } + + .dropup { + .dropdown-menu { + position: absolute; + top: auto; + bottom: 100%; + } + } }