mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-28 17:30:31 +00:00
(fix) sidebar contents' scrolling (#622)
This commit is contained in:
parent
2c019d1931
commit
15dadc7216
@ -38,10 +38,10 @@ const useStyles = makeStyles({
|
||||
marginRight: '10px',
|
||||
},
|
||||
list: {
|
||||
overflow: 'hidden',
|
||||
overflowY: 'hidden',
|
||||
padding: 0,
|
||||
height: '100%',
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'auto',
|
||||
padding: 0,
|
||||
},
|
||||
listItemRoot: {
|
||||
paddingTop: 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user