Skip to content

Commit

Permalink
Merge pull request #6160 from FaheemOnHub/bug/faheemonhub/6153
Browse files Browse the repository at this point in the history
Fix modal overlapping issue with hero section
  • Loading branch information
leecalcote authored Jan 7, 2025
2 parents 9cf05d6 + 0b61d09 commit d54d153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sections/General/Navigation/navigation.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ const NavigationWrap = styled.header`
visibility: hidden;
opacity: 0;
transition: 0.3s;
z-index: 9999;
}
.mobile-dropdown {
position: relative;
Expand Down

0 comments on commit d54d153

Please sign in to comment.