mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-20 23:28:52 -04:00
perf(home): double increaseViewportBy in Virtuoso so it's harder to reach the bottom of the loaded posts on low resource
This commit is contained in:
@@ -48,7 +48,7 @@ const Home: FC = () => {
|
||||
<Header />
|
||||
<div className={styles.content}>
|
||||
<Virtuoso
|
||||
increaseViewportBy={{ bottom: 600, top: 600 }}
|
||||
increaseViewportBy={{ bottom: 1200, top: 1200 }}
|
||||
overscan={600}
|
||||
totalCount={feed?.length || 0}
|
||||
data={feed}
|
||||
|
||||
Reference in New Issue
Block a user