From 8f445ace512b4dc98700c5a65b2521f45c97f6d5 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 14:13:05 -0500 Subject: [PATCH] Fix slicknav_menu positioning and z-index to prevent header overlay --- css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index 856d8dc..517a74e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -842,12 +842,12 @@ header.main-header .header-sticky.active{ } .slicknav_menu{ - position: absolute; + position: relative; width: 100%; padding: 0; background: var(--accent-color); border-radius: 0 0 50px 0; - z-index: 1000; + z-index: 100; } .slicknav_menu ul{