mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
lower z-index of fixed subnav to prevent overlap of dropdown items in .navbar-fixed
This commit is contained in:
parent
de6f3d4a6f
commit
86b6ea4b5f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue