Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(web): scroll jank on memories page #10752

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

michelheusschen
Copy link
Contributor

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.

Copy link
Contributor

@zackpollard zackpollard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM, thanks!

@zackpollard zackpollard merged commit b5c8ca0 into main Jul 2, 2024
23 checks passed
@zackpollard zackpollard deleted the fix/web-scroll-jank-memories-page branch July 2, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jank when folding/unfolding memories gallery
2 participants