From bd48fef9c6ee48f9d7b99f3476e312b516d86174 Mon Sep 17 00:00:00 2001 From: Mackie Date: Mon, 8 Jun 2026 08:41:28 +0800 Subject: [PATCH] 55 --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index fce5677..703a1be 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,7 +10,7 @@ export default function App() { const rowVirtualizer = useVirtualizer({ count: data.length, getScrollElement: () => parentRef.current, - estimateSize: () => 35, // Consistent row height + estimateSize: () => 55, // Consistent row height }); return (