remove extra scrollbar on mobile (#67)

This commit is contained in:
Aria Moradi
2021-11-10 09:25:40 +03:30
committed by GitHub
parent 4d47400d41
commit ce8fcb228d

View File

@@ -24,6 +24,7 @@ const useStyles = makeStyles((theme: Theme) => ({
[theme.breakpoints.up('md')]: { [theme.breakpoints.up('md')]: {
display: 'flex', display: 'flex',
}, },
overflow: 'hidden',
}, },
chapters: { chapters: {