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%; + } + } }