-
Notifications
You must be signed in to change notification settings - Fork 537
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
ActionMenu with overflow doesn’t contain scrollbars within its rounded border #4938
Comments
Uh oh! @dylanatsmith, the image you shared is missing helpful alt text. Check your issue body. Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.
|
Just passing by: |
Wondering if someone in Primer Design might be able to take a look and weigh in on the CSS change needed here? |
@camertron can you follow up on this if it's React? |
@tallys confirmed via Storybook that I believe this is happening in React. |
Tested this suggestion: #4938 (comment). Setting the overflow inside the ActionList doesn't solve the problem by itself because the ActionList is unaware of the max-height set by the overlay due to the overlay being absolutely positioned. In order for the overflow to work in the ActionList, it would have to be given a max-height as well. Throwing this back in the backlog as a solution for this will require further discussion |
Description
Scrollbar contained within rounded corners of ActionList
Steps to reproduce
Version
Whatever’s in dotcom
Browser
No response
The text was updated successfully, but these errors were encountered: