From 001b8c07c367fc5981958094b9a6fc62db96c723 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 4 Jul 2026 19:36:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Adjust=20dropdown=20z-ind?= =?UTF-8?q?ex=20so=20the=20menu=20shows=20up=20above=20the=20map?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/navigation/nav-main-default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/navigation/nav-main-default.css b/styles/navigation/nav-main-default.css index 3a3b4a6..1ff5ae8 100644 --- a/styles/navigation/nav-main-default.css +++ b/styles/navigation/nav-main-default.css @@ -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;