mirror of
https://github.com/stashapp/stash.git
synced 2026-01-02 21:52:26 +01:00
Fix dropdown menus z-index issue (#1628)
This commit is contained in:
parent
915533b8c5
commit
c5e1a3ed72
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ textarea.scene-description {
|
|||
position: absolute;
|
||||
right: 0.7rem;
|
||||
top: 0.7rem;
|
||||
z-index: 9;
|
||||
z-index: 8;
|
||||
|
||||
.image-thumbnail {
|
||||
height: auto;
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ div.react-select__menu,
|
|||
div.dropdown-menu {
|
||||
background-color: $secondary;
|
||||
color: $text-color;
|
||||
z-index: 3;
|
||||
z-index: 16;
|
||||
|
||||
.react-select__option,
|
||||
.dropdown-item {
|
||||
|
|
|
|||
Loading…
Reference in a new issue