diff --git a/agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx b/agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx index 4a1cc9edb1..51a0df7133 100644 --- a/agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx +++ b/agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx @@ -33,7 +33,6 @@ const useStyles = createUseStyles((theme: JSSTheme) => ({ borderRadius: theme.borderRadius, padding: theme.paddingSM, maxHeight: 300, - minHeight: 75, overflowY: "scroll", }, }))