Skip to content

Commit 70a2bfb

Browse files
committed
store ui: tweak virtalization params
1 parent b684f17 commit 70a2bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/app/store/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ const AgentStorePage = () => {
185185
// Virtualizer for All Agents section only
186186
const allAgentsVirtualizer = useWindowVirtualizer({
187187
count: isMounted ? allAgentsRows.length : 0,
188-
estimateSize: () => 280, // Height for agent rows (card + gap)
189-
overscan: 4,
188+
estimateSize: () => 270, // Height for agent rows (card + gap)
189+
overscan: 6,
190190
useAnimationFrameWithResizeObserver: true,
191191
})
192192

0 commit comments

Comments
 (0)