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 (