diff --git a/src/components/input/FilterEditForm.tsx b/src/components/input/FilterEditForm.tsx index 02258b5be..852427d68 100644 --- a/src/components/input/FilterEditForm.tsx +++ b/src/components/input/FilterEditForm.tsx @@ -78,16 +78,7 @@ export function FilterEditForm({ websiteId, onChange, onClose }: FilterEditFormP const panelStyle = { overflowY: 'auto' as const, minHeight: 0 }; return ( - + } label={t(labels.filter)} variant="outline"> + } + label={t(labels.filter)} + variant="outline" + height="min(80dvh, calc(100dvh - 40px))" + > {({ close }) => { return ( <>