diff --git a/src/components/lists/DynamicList.tsx b/src/components/lists/DynamicList.tsx index 4772b10..f6520fd 100644 --- a/src/components/lists/DynamicList.tsx +++ b/src/components/lists/DynamicList.tsx @@ -1226,7 +1226,10 @@ export function DynamicList({ viewName }: DynamicListProps) { )}
-
+ {/* The scroll container must clip with the parent's inner radius + (outer radius minus the 1px border), otherwise filled header rows + paint square corners behind the rounded border. */} +