fix(dialog) Make sure dialog fits in the available height (#12803)

This commit is contained in:
Horatiu Muresan 2023-01-19 15:30:17 +02:00 committed by GitHub
parent a7b25d6d7b
commit 507d883503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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