We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b684f17 commit 70a2bfbCopy full SHA for 70a2bfb
web/src/app/store/page.tsx
@@ -185,8 +185,8 @@ const AgentStorePage = () => {
185
// Virtualizer for All Agents section only
186
const allAgentsVirtualizer = useWindowVirtualizer({
187
count: isMounted ? allAgentsRows.length : 0,
188
- estimateSize: () => 280, // Height for agent rows (card + gap)
189
- overscan: 4,
+ estimateSize: () => 270, // Height for agent rows (card + gap)
+ overscan: 6,
190
useAnimationFrameWithResizeObserver: true,
191
})
192
0 commit comments