diff --git a/www/src/components/Wizards/ImportWizard/FadeList.tsx b/www/src/components/Wizards/ImportWizard/FadeList.tsx index 4c6c00f5..4d478a53 100644 --- a/www/src/components/Wizards/ImportWizard/FadeList.tsx +++ b/www/src/components/Wizards/ImportWizard/FadeList.tsx @@ -27,7 +27,7 @@ const useStyles = makeStyles((theme) => margin: 0, padding: theme.spacing(1.5, 0, 3), - height: 200, + height: 400, overflowY: "auto", "& li": { margin: theme.spacing(0.5, 0) },