]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
lower z-index of fixed subnav to prevent overlap of dropdown items in .navbar-fixed
authorMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 21:33:23 +0000 (13:33 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 21:33:23 +0000 (13:33 -0800)
docs/assets/css/docs.css

index 87fa88eef3af6f97d4731017d204d946562c623d..f6a388c2364452cadef865030be27d780c7d35f9 100644 (file)
@@ -181,7 +181,7 @@ hr.soften {
     top: 40px;
     left: 0;
     right: 0;
-    z-index: 1030;
+    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
     border-color: #d5d5d5;
     border-width: 0 0 1px; /* drop the border on the fixed edges */
     -webkit-border-radius: 0;