Fix: Multiselect blocked by bottom bar

This commit is contained in:
Nelson Chan 2023-07-08 23:33:14 +08:00 committed by GitHub
parent cdb38d49eb
commit 3d50572dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@
.multiselect__content-wrapper {
background-color: $dark-bg2;
border-color: $dark-border-color;
z-index: 150;
}
.multiselect--above .multiselect__content-wrapper {