mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue