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`] = ` [