Show Mobile only for smaller than xs

Signed-off-by: Taras <tarasm@gmail.com>
This commit is contained in:
Taras
2023-03-03 15:58:19 -05:00
parent fa004f6687
commit 7d98b1c185
@@ -29,9 +29,9 @@ const useStyles = makeStyles<BackstageTheme>(
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%',
},
},
}),