Skip to content

Commit

Permalink
Increase virtual viewport to make the scrolling a bit smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandall22 committed Aug 13, 2024
1 parent 9c529af commit a687ace
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ export const FixEmailAddresses: React.FC<FixEmailAddressesProps> = ({
scrollbarWidth: 'none',
}}
ItemOverride={ItemOverride}
increaseViewportBy={{ top: 1800, bottom: 1300 }}
></InfiniteList>
<Grid item xs={12}>
<Box width="100%" display="flex" justifyContent="center">
Expand Down

0 comments on commit a687ace

Please sign in to comment.