[PR #10752] fix(web): scroll jank on memories page #13008

Closed
opened 2026-02-05 15:07:15 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/10752

State: closed
Merged: Yes


Fixes #10731 by using fixed positioning to prevent changes in page height. That stops the intersection observer from firing rapidly, which was causing the page to jump up and down. Also changed margin to padding to ensure the button scrolls all the way to the bottom.

**Original Pull Request:** https://github.com/immich-app/immich/pull/10752 **State:** closed **Merged:** Yes --- Fixes #10731 by using fixed positioning to prevent changes in page height. That stops the intersection observer from firing rapidly, which was causing the page to jump up and down. Also changed margin to padding to ensure the button scrolls all the way to the bottom.
OVERLORD added the pull-request label 2026-02-05 15:07:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#13008