Skip to content

Commit

Permalink
fix(mobile-menu): fixed scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Jun 24, 2024
1 parent 6241c9b commit ee5f862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`MobileNav should render correctly 1`] = `
<DocumentFragment>
<div
class="chakra-stack css-8ccxhr"
class="chakra-stack css-tq63gn"
>
<div
class="css-1uphlz8"
Expand Down

0 comments on commit ee5f862

Please sign in to comment.