From 0b61d090fcb324ff980ed23a551ac09e7daa670d Mon Sep 17 00:00:00 2001 From: TheFaheem Date: Sun, 5 Jan 2025 13:07:20 +0530 Subject: [PATCH] Fix modal overlapping issue with hero section Signed-off-by: TheFaheem --- src/sections/General/Navigation/navigation.style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sections/General/Navigation/navigation.style.js b/src/sections/General/Navigation/navigation.style.js index fcb16b31b09b..461411bc90cc 100644 --- a/src/sections/General/Navigation/navigation.style.js +++ b/src/sections/General/Navigation/navigation.style.js @@ -541,6 +541,7 @@ const NavigationWrap = styled.header` visibility: hidden; opacity: 0; transition: 0.3s; + z-index: 9999; } .mobile-dropdown { position: relative;