Merge pull request #284 from gnosis/bug/196-popups-incorrectly-displayed

Bug 196: Modals incorrectly displayed on smaller screen resolutions
This commit is contained in:
Mikhail Mikheev 2019-11-21 13:20:57 +04:00 committed by GitHub
commit 0c33d99b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ const styles = () => ({
alignItems: 'center',
justifyContent: 'center',
display: 'flex',
overflowY: 'scroll',
},
paper: {
position: 'absolute',