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