fix(webui): z-index of upload selector dropdown
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Tomáš Mládek 2024-08-10 14:28:59 +02:00
parent 3427ad9218
commit ec7af7d699

View file

@ -583,7 +583,7 @@
.options {
visibility: hidden;
z-index: 99;
z-index: 9999;
position: absolute;
top: var(--options-top);
left: var(--options-left);