Skip to content

Commit

Permalink
Merge pull request ProjectMirador#2146 from ProjectMirador/2125-overf…
Browse files Browse the repository at this point in the history
…low-windows

Set overflow: hidden; for windows; fixes ProjectMirador#2125
  • Loading branch information
aeschylus authored Mar 12, 2019
2 parents 2623149 + f520325 commit 9916eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const styles = theme => ({
height: '100%',
width: '100%',
minHeight: 0,
overflow: 'hidden',
},
middle: {
display: 'flex',
Expand Down

0 comments on commit 9916eb6

Please sign in to comment.