From ee5f8620c22d4f24a58e3e6a8f272ad4bbefa924 Mon Sep 17 00:00:00 2001 From: Nicholas Barnett Date: Thu, 20 Jun 2024 16:35:18 -0500 Subject: [PATCH] fix(mobile-menu): fixed scroll issue --- src/app/_components/NavBar/MobileNav.tsx | 1 + .../NavBar/__tests__/__snapshots__/MobileNav.test.tsx.snap | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/_components/NavBar/MobileNav.tsx b/src/app/_components/NavBar/MobileNav.tsx index ab86c6ea6..473dec36a 100644 --- a/src/app/_components/NavBar/MobileNav.tsx +++ b/src/app/_components/NavBar/MobileNav.tsx @@ -53,6 +53,7 @@ export function MobileNav({ zIndex={'overlay'} padding={6} gap={3} + overflow="scroll" > diff --git a/src/app/_components/NavBar/__tests__/__snapshots__/MobileNav.test.tsx.snap b/src/app/_components/NavBar/__tests__/__snapshots__/MobileNav.test.tsx.snap index a9566582d..3a590487c 100644 --- a/src/app/_components/NavBar/__tests__/__snapshots__/MobileNav.test.tsx.snap +++ b/src/app/_components/NavBar/__tests__/__snapshots__/MobileNav.test.tsx.snap @@ -3,7 +3,7 @@ exports[`MobileNav should render correctly 1`] = `