Skip to content

Commit

Permalink
fix(mobile-menu2): fixes scrolling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Jun 24, 2024
1 parent 410154a commit 5c80237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/_components/NavBar/MobileNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export function MobileNav({
zIndex={'overlay'}
padding={6}
gap={3}
overflow="scroll"
>
<Flex justifyContent={'space-between'} alignItems={'center'} height={10}>
<Logo />
Expand Down

0 comments on commit 5c80237

Please sign in to comment.