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): layout shifting when scrolling up #14226

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Conversation

alextran1502
Copy link
Contributor

No description provided.

@@ -931,4 +931,9 @@
contain: strict;
scrollbar-width: none;
}

#bucket {
Copy link
Contributor

Choose a reason for hiding this comment

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

id's are supposed to be unique across the whole document, and we're reusing it in a loop. Maybe this should be a class instead of an id.

@alextran1502 alextran1502 merged commit b66c53b into main Nov 19, 2024
36 checks passed
@alextran1502 alextran1502 deleted the fix-layout-shifting branch November 19, 2024 17:30
yosit pushed a commit to yosit/immich that referenced this pull request Nov 21, 2024
* fix(web): layout shifting when scrolling up

* feedback
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.

2 participants