From b6988714a1462314170722acd22d00c90d5217fe Mon Sep 17 00:00:00 2001 From: Johann-S Date: Thu, 17 Aug 2017 16:34:08 +0200 Subject: [PATCH] Fix dropup in navbar --- scss/_navbar.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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%; + } + } }