fix(Drawer): disable horizonal scrollbar (github #56)

github #56
This commit is contained in:
cubic
2022-03-15 17:38:29 +08:00
parent 94aea85d4a
commit ffdafb95de

View File

@@ -31,7 +31,8 @@ const styles = theme => ({
drawerPaper: {
position: 'relative',
boxSizing: 'border-box',
width: '100%'
width: '100%',
overflowX: 'hidden'
},
drawerExpandControl: {
position: 'absolute',