diff --git a/frontend/src/components/Footer/styleFooter.ts b/frontend/src/components/Footer/styleFooter.ts index f932da604..563f82a1b 100644 --- a/frontend/src/components/Footer/styleFooter.ts +++ b/frontend/src/components/Footer/styleFooter.ts @@ -11,7 +11,7 @@ export const footerClasses = { }; export const FooterRoot = styled('div')(({ theme }) => ({ [`& .${footerClasses.footerBox}`]: { - position: 'absolute', + position: 'relative', bottom: 0, width: '100%', backgroundColor: theme.palette.primary.main