diff --git a/www/view/src/components/Drawer.js b/www/view/src/components/Drawer.js index ae2b253..4981ef1 100755 --- a/www/view/src/components/Drawer.js +++ b/www/view/src/components/Drawer.js @@ -31,7 +31,8 @@ const styles = theme => ({ drawerPaper: { position: 'relative', boxSizing: 'border-box', - width: '100%' + width: '100%', + overflowX: 'hidden' }, drawerExpandControl: { position: 'absolute',