🐞 fix: Adjust dropdown z-index so the menu shows up above the map
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-04 19:36:30 -05:00
parent 01c6fb7831
commit 001b8c07c3
+1 -1
View File
@@ -75,7 +75,7 @@
.menu-vdi__submenu {
top: calc(100% + 1rem);
z-index: 100;
z-index: 10000;
@apply bg-cwc-blue-02 shadow-lg left-0 w-64 flex-col rounded-b-lg ml-0;