Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
@@ -17,6 +17,9 @@ const useStyles = makeStyles((theme: Theme) => ({
'& form': {
display: 'flex',
},
+ '& .MuiDialogContent-root': {
+ maxHeight: '60vh',
+ },
block: {
borderRadius: 8,
@@ -34,7 +34,6 @@ const useStyles = makeStyles((theme: Theme) => ({
optionalWrapper: {
width: '100%',
paddingRight: theme.spacing(1),
- maxHeight: '240px',
overflowY: 'auto',
rowWrapper: {