fix(dialog) Update max height

This commit is contained in:
robertpin 2022-11-18 09:50:16 +02:00 committed by Saúl Ibarra Corretgé
parent 7d9c13a618
commit 867c488e10
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ const useStyles = makeStyles()(theme => {
flexDirection: 'column',
height: 'auto',
minHeight: '200px',
maxHeight: '560px',
maxHeight: '660px',
marginTop: '64px',
animation: `${keyframes`
0% {