Skip to content

Commit b40f998

Browse files
committed
Overscan increased to 20
1 parent 3852a0e commit b40f998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/code/TSQLResultsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ export const TSQLResultsTable = memo(function TSQLResultsTable({
933933
count: tableRows.length,
934934
estimateSize: () => ROW_HEIGHT,
935935
getScrollElement: () => tableContainerRef.current,
936-
overscan: 5,
936+
overscan: 20,
937937
});
938938

939939
if (!columns.length) return null;

0 commit comments

Comments
 (0)