-
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
AVT 2 React Fixed SideNav, & SideNav w/Icon UI Shell hides text when zoom is 150+ #3591
Labels
Comments
asudoh
added a commit
to asudoh/carbon-components
that referenced
this issue
Dec 16, 2019
This change ensures that the fixed side nav stories make use of `margin-left` style for `.bx--content` with `.bx--side-nav--expanded` instead of using responsive left margin `v10` grid defines, so that the main content won't be hidden underneath the fixed side nav when fixed it's expanded. Fixes carbon-design-system#3591.
asudoh
added a commit
that referenced
this issue
Dec 17, 2019
This change ensures that the fixed side nav stories make use of `margin-left` style for `.bx--content` with `.bx--side-nav--expanded` instead of using responsive left margin `v10` grid defines, so that the main content won't be hidden underneath the fixed side nav when fixed it's expanded. Fixes #3591.
joshblack
pushed a commit
to joshblack/carbon
that referenced
this issue
Jan 6, 2020
…esign-system#4886) This change ensures that the fixed side nav stories make use of `margin-left` style for `.bx--content` with `.bx--side-nav--expanded` instead of using responsive left margin `v10` grid defines, so that the main content won't be hidden underneath the fixed side nav when fixed it's expanded. Fixes carbon-design-system#3591.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
macOS Mojave version 10.14.5
Chrome Version 75.0.3770.100 (Official Build) (64-bit)
Carbon v10 - React
Detailed Description
Open either the React Fixed SideNav, & SideNav w/Icon UI Shell and zoom to 150% or more. The text in the main content (right panel) is no longer visible on the left-hand side. (see screenshot):
See WCAG 2.0 - Resize text: Understanding SC 1.4.4
The text was updated successfully, but these errors were encountered: