mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-26 03:16:19 +03:00
Fix: Multiselect blocked by bottom bar
This commit is contained in:
parent
cdb38d49eb
commit
3d50572dd7
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
.multiselect__content-wrapper {
|
||||
background-color: $dark-bg2;
|
||||
border-color: $dark-border-color;
|
||||
z-index: 150;
|
||||
}
|
||||
|
||||
.multiselect--above .multiselect__content-wrapper {
|
||||
|
|
Loading…
Reference in a new issue