Skip to content
Snippets Groups Projects
Commit f520325e authored by Chris Beer's avatar Chris Beer
Browse files

Set overflow: hidden; for windows; fixes #2125

parent 40b505e5
Branches
Tags
No related merge requests found
......@@ -30,6 +30,7 @@ const styles = theme => ({
height: '100%',
width: '100%',
minHeight: 0,
overflow: 'hidden',
},
middle: {
display: 'flex',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment