Skip to content

Commit

Permalink
fix: virtualized rows not appearing in dashbaord when scrolling back …
Browse files Browse the repository at this point in the history
…up (#1753)
  • Loading branch information
0xKheops authored Dec 18, 2024
1 parent 96805b2 commit 157f477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const VirtualizedRows: FC<{ symbolBalances: [string, Balances][] }> = ({ symbolB

const virtualizer = useVirtualizer({
count: symbolBalances.length,
overscan: 5,
overscan: 6,
gap: 8,
estimateSize: () => 66,
getScrollElement: () => document.getElementById("main"),
Expand Down

0 comments on commit 157f477

Please sign in to comment.