From 75114e52f72acd3b00f631d9118ca2e8199fa50d Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Wed, 29 May 2024 11:11:36 +0200 Subject: [PATCH] fix: footer overflow (#7203) --- frontend/src/component/menu/Footer/Footer.tsx | 1 + .../component/menu/Footer/__snapshots__/Footer.test.tsx.snap | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/menu/Footer/Footer.tsx b/frontend/src/component/menu/Footer/Footer.tsx index fea9d1e076..416c7bc798 100644 --- a/frontend/src/component/menu/Footer/Footer.tsx +++ b/frontend/src/component/menu/Footer/Footer.tsx @@ -13,6 +13,7 @@ const StyledFooter = styled('footer')(({ theme }) => ({ flexGrow: 1, zIndex: 100, backgroundColor: theme.palette.background.paper, + overflowY: 'hidden', })); const StyledList = styled(List)({ diff --git a/frontend/src/component/menu/Footer/__snapshots__/Footer.test.tsx.snap b/frontend/src/component/menu/Footer/__snapshots__/Footer.test.tsx.snap index c08f1ef092..e92281664a 100644 --- a/frontend/src/component/menu/Footer/__snapshots__/Footer.test.tsx.snap +++ b/frontend/src/component/menu/Footer/__snapshots__/Footer.test.tsx.snap @@ -3,7 +3,7 @@ exports[`should render DrawerMenu 1`] = ` [