Skip to content

Commit

Permalink
Fix mobile menu overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsvs committed Dec 18, 2024
1 parent 6c372e0 commit c9c01b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MainMenuMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export default function MainMenuMobile({ currentPage }: Props) {
sx={{ backgroundColor: Color.greyDark }}
borderRadius="15px"
height={'60px'}
// position="relative"
zIndex={20}
position="relative"
>
<Link to="/" style={{ marginRight: 10 }}>
<Button
Expand Down

0 comments on commit c9c01b2

Please sign in to comment.