[frontend/components] Fix compose visibility dropdown z-index

This commit is contained in:
pancakes 2025-01-13 00:48:11 +10:00
parent fbde18d130
commit c68fa153f0
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -129,6 +129,7 @@
::deep { ::deep {
.dropdown-root, .dropdown-menu { .dropdown-root, .dropdown-menu {
color: var(--notice-color); color: var(--notice-color);
z-index: +2;
} }
} }