-
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(dropdown): add overflow styles to menu options #2206
fix(dropdown): add overflow styles to menu options #2206
Conversation
Deploy preview for the-carbon-components ready! Built with commit d37bebc https://deploy-preview-2206--the-carbon-components.netlify.com |
f79894a
to
2183e7b
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.
Looks good! thanks
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.
the gap between the trigger button and the drawer could only seen in stable Firefox. In Firefox Nightly, the issue was not present (bringing it in line with Chrome and Safari's behavior), but I've added a style rule that should address it in stable Firefox now |
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.
Looks good to me 👍
🎉 This PR is included in version 9.90.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #2205
This PR adds overflow styles to dropdown menu options to match the changes to the trigger button changes in #2203
Changelog
New
Changed
Testing / Reviewing
check dropdown and listbox menus for regressions