We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
carbon-components-react
Chrome
7.43.0
I think that would be cool if dropdown menu will overflow modal so that you don't have to scroll to see the menu.
.bx--modal-container, bx--modal-content { overflow: visible; } helps to solve the problem for modal that don't have scrolling content.
.bx--modal-container, bx--modal-content { overflow: visible; }
But I cannot find a good solution for the case when you do have scrolling content (like in my example in codesandbox).
That's how it looks now
That's how it should look like
https://codesandbox.io/s/epic-cookies-emg02?file=/src/index.js
The text was updated successfully, but these errors were encountered:
Looks like a duplication of #9732
Sorry, something went wrong.
closing as a dupe #9732 👍🏾
No branches or pull requests
Package
carbon-components-react
Browser
Chrome
Package version
7.43.0
Description
I think that would be cool if dropdown menu will overflow modal so that you don't have to scroll to see the menu.
.bx--modal-container, bx--modal-content { overflow: visible; }
helps to solve the problem for modal that don't have scrolling content.But I cannot find a good solution for the case when you do have scrolling content (like in my example in codesandbox).
That's how it looks now
That's how it should look like
CodeSandbox example
https://codesandbox.io/s/epic-cookies-emg02?file=/src/index.js
Steps to reproduce
Code of Conduct
The text was updated successfully, but these errors were encountered: