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:
commit
0c33d99b5f
|
@ -20,6 +20,7 @@ const styles = () => ({
|
|||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
display: 'flex',
|
||||
overflowY: 'scroll',
|
||||
},
|
||||
paper: {
|
||||
position: 'absolute',
|
||||
|
|
Loading…
Reference in New Issue