-
-
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
Responsive for mobile #1331
Responsive for mobile #1331
Conversation
@hatsu38 is attempting to deploy a commit to the Carbon Team on Vercel. A member of the Team first needs to authorize it. |
Holy cow! Great job. |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/carbon-app/carbon/Bs3NvFKeucixgYgqd3ZCTCuVmend |
@@ -69,6 +69,7 @@ class Popout extends React.PureComponent { | |||
border-radius: 3px; | |||
margin-top: 10px; | |||
font-size: 12px; | |||
z-index: 1; |
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.
Should we just make this z-index even higher? Like 999?
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.
This is amazing @hatsu38! Thank you so much 🙏
@all-contributors add @hatsu38 for code |
1 similar comment
@all-contributors add @hatsu38 for code |
Before
After For mobile Design
Closes #1287