]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix dropup in navbar
authorJohann-S <johann.servoire@gmail.com>
Thu, 17 Aug 2017 14:34:08 +0000 (16:34 +0200)
committerJohann-S <johann.servoire@gmail.com>
Wed, 4 Oct 2017 08:32:32 +0000 (10:32 +0200)
scss/_navbar.scss

index 1398400c033110eeb0d5016681e802efdd1ba1e5..f8e5ce2914d0eb26e71513527dff8a644c29b392 100644 (file)
     position: static;
     float: none;
   }
+
+  .dropup {
+    .dropdown-menu {
+      position: absolute;
+      top: auto;
+      bottom: 100%;
+    }
+  }
 }