Compare commits

...

1 Commits

Author SHA1 Message Date
Horatiu Muresan 58744a0dd4 fix(dialog) Make sure dialog fits in the available height 2023-01-19 15:01:20 +02:00
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% {