mirror of https://github.com/stashapp/stash.git
Update index.scss (#187)
Fixing a z-index property conflict with the bp3-navbar class identified in #186
This commit is contained in:
parent
7416a8237d
commit
a3b60e95dd
|
@ -91,7 +91,7 @@ code {
|
|||
position: absolute;
|
||||
padding-left: 15px;
|
||||
margin-top: -12px;
|
||||
z-index: 10;
|
||||
z-index: 9;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
@ -313,4 +313,4 @@ span.block {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue