test(board): test higher increaseViewportBy

This commit is contained in:
plebeius.eth
2023-10-20 16:02:36 +02:00
parent ae6c237302
commit 1c66d16189
+1 -1
View File
@@ -1740,7 +1740,7 @@ const Board = () => {
</>
) : null}
<Virtuoso
increaseViewportBy={{ bottom: 600, top: 600 }}
increaseViewportBy={{ bottom: 1200, top: 1200 }}
data={selectedFeed}
itemContent={(index, thread) => {
if (editedComments[thread.cid]) {