UdaraJay / Pile

Desktop app for digital journaling.
https://udara.io/pile
MIT License
2.06k stars 111 forks source link

Issue: 48 when you scroll down or explore through the entries, the in… #69

Closed shubhammantri1 closed 1 month ago

shubhammantri1 commented 10 months ago

…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.

image

Also, added 2px margin-top to fix the layout issue.

image
shubhammantri1 commented 10 months 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.

shubhammantri1 commented 10 months ago

Hi @UdaraJay Did you get a chance to review the PR?

UdaraJay commented 10 months ago

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.

shubhammantri1 commented 10 months ago

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.