fix(dialog) Update max height
This commit is contained in:
parent
7d9c13a618
commit
867c488e10
|
@ -67,7 +67,7 @@ const useStyles = makeStyles()(theme => {
|
|||
flexDirection: 'column',
|
||||
height: 'auto',
|
||||
minHeight: '200px',
|
||||
maxHeight: '560px',
|
||||
maxHeight: '660px',
|
||||
marginTop: '64px',
|
||||
animation: `${keyframes`
|
||||
0% {
|
||||
|
|
Loading…
Reference in New Issue