From 80ea5e6b910e4613a03922924d8485dd7bc445a0 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 19 Mar 2025 06:37:02 -0700 Subject: [PATCH] Fix autoscroller header scrolling --- src-web/components/core/AutoScroller.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/core/AutoScroller.tsx b/src-web/components/core/AutoScroller.tsx index d3bf5336..d3e0c031 100644 --- a/src-web/components/core/AutoScroller.tsx +++ b/src-web/components/core/AutoScroller.tsx @@ -46,7 +46,7 @@ export function AutoScroller({ data, render, header }: Props) { }, [autoScroll, data.length]); return ( -
+
{!autoScroll && (