Allow scrolling modal view if its outside the screen
This commit is contained in:
parent
515d177c89
commit
36fec0f62d
|
@ -20,6 +20,7 @@ const styles = () => ({
|
|||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
display: 'flex',
|
||||
overflowY: 'scroll',
|
||||
},
|
||||
paper: {
|
||||
position: 'absolute',
|
||||
|
|
Loading…
Reference in New Issue