From 04c1db49bc151704814fe910cf75a80665b68dc0 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 14:17:09 -0500 Subject: [PATCH] Restore slicknav_menu z-index to 1000 to fix navbar visibility --- css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index 517a74e..9c221b8 100644 --- a/css/custom.css +++ b/css/custom.css @@ -842,12 +842,12 @@ header.main-header .header-sticky.active{ } .slicknav_menu{ - position: relative; +position: relative; width: 100%; padding: 0; background: var(--accent-color); border-radius: 0 0 50px 0; - z-index: 100; + z-index: 1000; } .slicknav_menu ul{