diff --git a/frontend/src/lib/components/runs/RunsTable.svelte b/frontend/src/lib/components/runs/RunsTable.svelte index e8858e8d72..3cf89028a3 100644 --- a/frontend/src/lib/components/runs/RunsTable.svelte +++ b/frontend/src/lib/components/runs/RunsTable.svelte @@ -240,6 +240,7 @@ height={tableHeight - header} itemCount={flatJobs?.length ?? 3} itemSize={42} + overscanCount={20} {stickyIndices} >