From 2bec588f070e5d28a7629cbae04d0f849b71b957 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 14:18:31 -0500 Subject: [PATCH] Restore slicknav_menu to working state - position: absolute, no z-index --- css/custom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index 9c221b8..a196b09 100644 --- a/css/custom.css +++ b/css/custom.css @@ -842,12 +842,11 @@ header.main-header .header-sticky.active{ } .slicknav_menu{ -position: relative; + position: absolute; width: 100%; padding: 0; background: var(--accent-color); border-radius: 0 0 50px 0; - z-index: 1000; } .slicknav_menu ul{