-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Modal cannot reflow to 400% zoom #3556
Labels
Comments
CC @carbon-design-system/design to see their thoughts. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modal cannot reflow to 400% zoom
Detailed description
Zooming component causes text to increase in size (as expected) and several breakpoints to occur (as expected); however, the 'body' text (the lorem ipsum) will disappear entirely at 400% zoom.
The content should have reflowed so at least some of the body text, along with the vertical scrollbar that appeared, was still visible.
The content reflowed but all the body text disappeared.
Reflow
Steps to reproduce the issue
Additional information
Modal at 300%. Text content in dialog still visible, wtih vertical scrollbar. Good behaviour.
Modal at 400%. Text content in dialog and scrollbar completely absent. Failure.
Occurs in react storybook, theme and v10 (carbondesignsystem.com)
I suspect one of the contributors to this issue is that the main content area does not include the full width of the dialog, but instead leaves substantial white space to the right of the scrollbar. If the full width of the dialog was used, the issue would likely be resolved.
The text was updated successfully, but these errors were encountered: