change modal default alignment

This commit is contained in:
Rodrigo Antinarelli 2020-06-23 00:09:49 -03:00
parent 487bcf043b
commit aecd3d9071

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',
},