From 3ba27b6a554f2e516ef7d1884f1c7cc8d321abbf Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 1 May 2024 21:49:46 -0500 Subject: [PATCH] add z-indexing for custom dropdowns --- core/css/buttons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/buttons.css b/core/css/buttons.css index d3e9cf6..75c02c9 100644 --- a/core/css/buttons.css +++ b/core/css/buttons.css @@ -234,6 +234,7 @@ button.formbutton a { border-top: none; overflow-y: auto; max-height: 280px; + z-index: 10; } *.wdropdown.active > div.select {