change modal default alignment
This commit is contained in:
parent
92a2071a04
commit
430f9916ee
@ -10,7 +10,7 @@ const customStyle = {
|
|||||||
zIndex: 1071,
|
zIndex: 1071,
|
||||||
backgroundColor: 'rgb(0, 0, 0, 0.8)',
|
backgroundColor: 'rgb(0, 0, 0, 0.8)',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'flex-start',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
padding: '40px 0',
|
padding: '40px 0',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user