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