diff --git a/src/components/input/FilterEditForm.tsx b/src/components/input/FilterEditForm.tsx index 247a698ca..02258b5be 100644 --- a/src/components/input/FilterEditForm.tsx +++ b/src/components/input/FilterEditForm.tsx @@ -75,46 +75,62 @@ export function FilterEditForm({ websiteId, onChange, onClose }: FilterEditFormP setCurrentCohort(type === 'cohort' ? id : undefined); }; + const panelStyle = { overflowY: 'auto' as const, minHeight: 0 }; + return ( - - - - - {t(labels.fields)} - {!isPixelLink && ( - <> - {t(labels.segments)} - {t(labels.cohorts)} - - )} - - - - - - - - - - - - + + + + {t(labels.fields)} + {!isPixelLink && ( + <> + {t(labels.segments)} + {t(labels.cohorts)} + + )} + + + + + + + + + + +