fix(views): fix scrolling jank removing margin between desktop reply cards

This commit is contained in:
plebeius.eth
2023-09-26 20:18:17 +02:00
parent 67f7c52c40
commit 288ae4d066
4 changed files with 3 additions and 6 deletions
+1
View File
@@ -2993,6 +2993,7 @@ const Board = () => {
)
) : null}
</div>
<div key={`spacer-fix-${index}`} style={{ height: '2px' }} />
</div>
</Fragment>
);