Fix dropdown menus z-index issue (#1628)

This commit is contained in:
kermieisinthehouse 2021-08-10 17:13:17 -07:00 committed by GitHub
parent 915533b8c5
commit c5e1a3ed72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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 {