-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(FloatingMenu): ignore extra scroll offset in sticky container #7323
fix(FloatingMenu): ignore extra scroll offset in sticky container #7323
Conversation
Deploy preview for carbon-elements ready! Built with commit 6a7f35b |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit 6a7f35b https://deploy-preview-7323--carbon-components-react.netlify.app |
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 👍 ✅
cf6bde5
to
723eb82
Compare
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.
@emyarod looks good! :)
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 👍 - Thanks @emyarod for the update!
Closes #7308
This PR fixes lazy placement of floating menus within sticky containers
Changelog
New
Testing / Reviewing
Confirm that floating menus are correctly positioned when the trigger element is inside a sticky container and ensure that there are no regressions with floating menu component placement (interactive tooltip, overflow menu)