mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +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',
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user