From 5496a8e7250309b34a524543aee7a671a9b93fa2 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 20 Jun 2026 11:49:04 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Adjust=20dropdown=20z-ind?= =?UTF-8?q?ex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/navigation/nav-main-default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/navigation/nav-main-default.css b/styles/navigation/nav-main-default.css index ee7cc32..b33cb9a 100644 --- a/styles/navigation/nav-main-default.css +++ b/styles/navigation/nav-main-default.css @@ -68,6 +68,7 @@ .menu-vdi__submenu { top: calc(100% + 1rem); + z-index: 100; @apply bg-cwc-blue-02 shadow-lg left-0 w-64 flex-col rounded-b-lg ml-0;