UI: make dropdown menus more readable

This commit is contained in:
oobabooga 2024-12-17 20:02:04 -08:00
parent b051e2c161
commit ac0f60eb1a

View File

@ -835,6 +835,8 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
---------------------------------------------- */ ---------------------------------------------- */
.options { .options {
z-index: 100 !important; z-index: 100 !important;
border: 1px solid var(--input-border-color);
border-radius: 0px;
} }
/* ---------------------------------------------- /* ----------------------------------------------