diff options
| author | Johann-S <[email protected]> | 2017-08-17 16:34:08 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-10-04 10:32:32 +0200 |
| commit | b6988714a1462314170722acd22d00c90d5217fe (patch) | |
| tree | 7de78fe1314c5c352dff648c5f6c625c019b502a | |
| parent | b29b1e155880ac953899889c9cbb67f7f7df0529 (diff) | |
| download | bootstrap-b6988714a1462314170722acd22d00c90d5217fe.tar.xz bootstrap-b6988714a1462314170722acd22d00c90d5217fe.zip | |
Fix dropup in navbar
| -rw-r--r-- | scss/_navbar.scss | 8 |
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%; + } + } } |
