aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-08-17 16:34:08 +0200
committerJohann-S <[email protected]>2017-10-04 10:32:32 +0200
commitb6988714a1462314170722acd22d00c90d5217fe (patch)
tree7de78fe1314c5c352dff648c5f6c625c019b502a
parentb29b1e155880ac953899889c9cbb67f7f7df0529 (diff)
downloadbootstrap-b6988714a1462314170722acd22d00c90d5217fe.tar.xz
bootstrap-b6988714a1462314170722acd22d00c90d5217fe.zip
Fix dropup in navbar
-rw-r--r--scss/_navbar.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 1398400c0..f8e5ce291 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%;
+ }
+ }
}