Commit 86b6ea4b authored by Mark Otto's avatar Mark Otto

lower z-index of fixed subnav to prevent overlap of dropdown items in .navbar-fixed

parent de6f3d4a
...@@ -181,7 +181,7 @@ hr.soften { ...@@ -181,7 +181,7 @@ hr.soften {
top: 40px; top: 40px;
left: 0; left: 0;
right: 0; right: 0;
z-index: 1030; z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
border-color: #d5d5d5; border-color: #d5d5d5;
border-width: 0 0 1px; /* drop the border on the fixed edges */ border-width: 0 0 1px; /* drop the border on the fixed edges */
-webkit-border-radius: 0; -webkit-border-radius: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment