change modal default alignment

This commit is contained in:
Rodrigo Antinarelli 2020-06-23 00:14:55 -03:00
parent 92a2071a04
commit 430f9916ee

View File

@ -10,7 +10,7 @@ const customStyle = {
zIndex: 1071,
backgroundColor: 'rgb(0, 0, 0, 0.8)',
display: 'flex',
alignItems: 'center',
alignItems: 'flex-start',
justifyContent: 'center',
padding: '40px 0',
},