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;
|
position: absolute;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
margin-top: -12px;
|
margin-top: -12px;
|
||||||
z-index: 10;
|
z-index: 9;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue