diff --git a/packages/widget/src/components/TokenList/VirtualizedTokenList.tsx b/packages/widget/src/components/TokenList/VirtualizedTokenList.tsx index d4177028c..74044a5de 100644 --- a/packages/widget/src/components/TokenList/VirtualizedTokenList.tsx +++ b/packages/widget/src/components/TokenList/VirtualizedTokenList.tsx @@ -26,7 +26,7 @@ export const VirtualizedTokenList: FC = ({ const { getVirtualItems, getTotalSize, scrollToIndex } = useVirtualizer({ count: tokens.length, getScrollElement: () => scrollElementRef.current, - overscan: 5, + overscan: 10, paddingEnd: 12, estimateSize: (index) => { // heigth of TokenListItem