fix(dialog) Make sure dialog fits in the available height
This commit is contained in:
parent
726fd3f8a1
commit
58744a0dd4
|
@ -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