Skip to content
Snippets Groups Projects
Unverified Commit 9916eb6c authored by aeschylus's avatar aeschylus Committed by GitHub
Browse files

Merge pull request #2146 from ProjectMirador/2125-overflow-windows

Set overflow: hidden; for windows; fixes #2125
parents 26231499 f520325e
No related branches found
No related tags found
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