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',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
overflowY: 'scroll',
|
||||||
},
|
},
|
||||||
paper: {
|
paper: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
|
Loading…
Reference in New Issue