-
Notifications
You must be signed in to change notification settings - Fork 102
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(ObjectPage): fix selection & header scroll behavior #6663
Conversation
Size Change: +232 B (+0.06%) Total Size: 407 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 12081748595Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I noticed that the filler div is too small when scrolling down to the last subsection for the first time. If you scroll up and then down again, it's calculated correctly.
This behavior is currently also reproducible on the main branch, so not related to this PR.
🎉 This PR is included in version v2.5.0 🎉 The release is available on v2.5.0 Your semantic-release bot 📦🚀 |
Fixes #6600
Fixes #6648