mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(views): fix scrolling jank removing margin between desktop reply cards
This commit is contained in:
@@ -2993,6 +2993,7 @@ const Board = () => {
|
||||
)
|
||||
) : null}
|
||||
</div>
|
||||
<div key={`spacer-fix-${index}`} style={{ height: '2px' }} />
|
||||
</div>
|
||||
</Fragment>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user