Allow scrolling modal view if its outside the screen

This commit is contained in:
Mikhail Mikheev 2019-11-20 11:43:16 +04:00
parent 515d177c89
commit 36fec0f62d
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',