Closed shubhammantri1 closed 1 month ago
Hi @UdaraJay , Please review and merge this PR. I have raised this PR to fix this issue https://github.com/UdaraJay/Pile/issues/48.
Hi @UdaraJay Did you get a chance to review the PR?
hey! thanks for contributing!
the editor should only be sticking to the top if it has content- if you can make it work that way I'll merge, otherwise I'll aim to add and merge down the line.
hey! thanks for contributing!
the editor should only be sticking to the top if it has content- if you can make it work that way I'll merge, otherwise I'll aim to add and merge down the line.
Sure, I'll make the changes.
…put clears
Issue: https://github.com/UdaraJay/Pile/issues/48
Modifications: Implemented the solution from https://virtuoso.dev/top-items to address the problem. This modification ensures that the 'edit post box' div remains fixed in place, maintaining its visibility even when scrolling. Furthermore, it was necessary to eliminate the z-index from both the 'ball' and 'time' elements within a post, as they were previously overlaying the pinned post box.
Also, added 2px margin-top to fix the layout issue.