We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4234bd commit a97877aCopy full SHA for a97877a
webview/src/shared/components/virtualizedGrid/VirtualizedGrid.tsx
@@ -59,6 +59,7 @@ export const VirtualizedGrid: React.FC<VirtualizedGridProps> = ({
59
columnCount={nbItemsPerRow}
60
columnWidth={cache.current.columnWidth}
61
cellRenderer={cellRenderer}
62
+ overscanRowCount={15}
63
/>
64
)}
65
</AutoSizer>
webview/src/stories/Plots.stories.tsx
@@ -157,7 +157,7 @@ VirtualizedPlots.args = {
157
},
158
comparison: undefined,
159
sectionCollapsed: DEFAULT_SECTION_COLLAPSED,
160
- template: manyTemplatePlots(25)
+ template: manyTemplatePlots(125)
161
}
162
163
VirtualizedPlots.parameters = chromaticParameters
0 commit comments