diff --git a/packages/core-components/src/layout/Page/Page.tsx b/packages/core-components/src/layout/Page/Page.tsx index a1939d1b0d..00988c475b 100644 --- a/packages/core-components/src/layout/Page/Page.tsx +++ b/packages/core-components/src/layout/Page/Page.tsx @@ -29,9 +29,9 @@ const useStyles = makeStyles( gridTemplateRows: 'max-content auto 1fr', gridTemplateColumns: 'auto 1fr auto', overflowY: 'auto', - height: '100%', - [theme.breakpoints.up('md')]: { - height: '100vh', + height: '100vh', + [theme.breakpoints.down('xs')]: { + height: '100%', }, }, }),