Skip to content
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(modal): set modal content position rule #7698

Merged

Conversation

emyarod
Copy link
Member

@emyarod emyarod commented Jan 29, 2021

Closes #7682

This PR sets the position rule for the modal content container so that overflow content will not be inaccessible

Testing / Reviewing

Confirm that overflow content is accessible and viewable within modals (refer to original ticket for example code) and that there are no regressions

@netlify
Copy link

netlify bot commented Jan 29, 2021

Deploy preview for carbon-elements ready!

Built with commit beb37e2

https://deploy-preview-7698--carbon-elements.netlify.app

Copy link
Member

@tw15egan tw15egan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed the bug is no longer occurring 👍 ✅

@netlify
Copy link

netlify bot commented Jan 29, 2021

Deploy preview for carbon-components-react ready!

Built without sensitive environment variables with commit beb37e2

https://deploy-preview-7698--carbon-components-react.netlify.app

@wkeese
Copy link
Contributor

wkeese commented Sep 24, 2021

Unfortunately, this change causes a regression where dropdowns/popups are now clipped by the edge of the dialog, see #9732 (and also #9524). It should be reverted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modal with long selectable data-table in modal body : selecting a row causes modal to content overflow
5 participants