Hello,
I’ve noticed an issue with the display of post-its depending on screen size and resolution.
For example: a user places a post-it on the far right of a large screen, but when another user opens the same document on a smaller screen, they don’t see the horizontal scroll bar and therefore miss the post-it. The problem seems to come from the fact that post-it positions are saved in pixels and reapplied as-is.
Would it be possible to save the position as a percentage (%) instead of pixels? This would allow the display to adapt to different screen sizes and handle responsiveness at the same time.
Another possible approach could be saving the position per user to avoid this mismatch.
Is an evolution in this direction planned?
Thanks in advance for your feedback.