-
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
fix(_header.scss): fixed head base nav with mobile first approach #5238
fix(_header.scss): fixed head base nav with mobile first approach #5238
Conversation
Deploy preview for the-carbon-components ready! Built with commit 11ab6d5 https://deploy-preview-5238--the-carbon-components.netlify.com |
Deploy preview for carbon-elements failed. Built with commit 8e4170b https://app.netlify.com/sites/carbon-elements/deploys/5e3df3f78462360008d24525 |
Deploy preview for carbon-components-react ready! Built with commit 8e4170b https://deploy-preview-5238--carbon-components-react.netlify.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, the 1056px viewport width issue appears resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fixed, thanks for contributing 👍 ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you for contributing! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asudoh looks like react deploy failed but I really don't want to hold this PR up, seems like a clear fix, I will trust that it's just a matter of getting the menu items to appear correctly at the exact 1056 breakpoint.
Closes: #5157
This issue describes how no navigation is shown exactly at 1056px width. This is due to how media queries are applied.
Changelog
Changed
@asudoh please review