add z-indexing for custom dropdowns

This commit is contained in:
Wirlaburla 2024-05-01 21:49:46 -05:00
parent fd16538c0f
commit 3ba27b6a55

View File

@ -234,6 +234,7 @@ button.formbutton a {
border-top: none;
overflow-y: auto;
max-height: 280px;
z-index: 10;
}
*.wdropdown.active > div.select {