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

This commit is contained in:
Horatiu Muresan 2023-01-19 15:01:20 +02:00
parent 726fd3f8a1
commit 58744a0dd4
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% {