Merge pull request #3386 from chakflying/patch-1

Fix: Multiselect blocked by bottom bar
This commit is contained in:
Louis Lam 2023-07-10 15:16:02 +08:00 committed by GitHub
commit ac68a35d3a
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 {