(fix) sidebar contents' scrolling (#622)

This commit is contained in:
Gabriel Rodríguez Alsina 2020-02-28 06:49:15 -03:00 committed by GitHub
parent 2c019d1931
commit 15dadc7216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -38,10 +38,10 @@ const useStyles = makeStyles({
marginRight: '10px', marginRight: '10px',
}, },
list: { list: {
overflow: 'hidden',
overflowY: 'hidden',
padding: 0,
height: '100%', height: '100%',
overflowX: 'hidden',
overflowY: 'auto',
padding: 0,
}, },
listItemRoot: { listItemRoot: {
paddingTop: 0, paddingTop: 0,