🐞 fix: Adjust dropdown z-index so the menu shows up above the map
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user