fix(dialog) Make sure dialog fits in the available height (#12803)
This commit is contained in:
parent
a7b25d6d7b
commit
507d883503
|
@ -68,7 +68,7 @@ const useStyles = makeStyles()(theme => {
|
|||
flexDirection: 'column',
|
||||
height: 'auto',
|
||||
minHeight: '200px',
|
||||
maxHeight: '760px',
|
||||
maxHeight: '80vh',
|
||||
marginTop: '64px',
|
||||
animation: `${keyframes`
|
||||
0% {
|
||||
|
|
Loading…
Reference in New Issue