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

Missing Mobile Support #31

Closed
andria-dev opened this issue Sep 25, 2017 · 3 comments · Fixed by #41
Closed

Missing Mobile Support #31

andria-dev opened this issue Sep 25, 2017 · 3 comments · Fixed by #41
Labels

Comments

@andria-dev
Copy link

Your website is broken when used on a mobile device. By broken I am referring to the issue that when your website is viewed on a screen less than 893px wide, your website does not allow horizontal scrolling to view parts of the screen that become hidden. A simple way to fix this would be to just allow horizontal scrolling. Another fix would be to use @media queries to adjust for screens smaller than 893px and then again for even smaller screens. And yet another idea would be to use percentages % or viewport width vw

carbon now sh-

@mfix22 mfix22 added the bug label Sep 26, 2017
@eclecticexistential
Copy link

I found a Github Repo that may be useful. It outlines how to add Media Queries to React.

@jakedex
Copy link
Collaborator

jakedex commented Sep 27, 2017

The Horizontal scrolling issue is fixed with #41. Opened new issue for responsive changes in #42

@jakedex
Copy link
Collaborator

jakedex commented Sep 27, 2017

Thanks for the help, @eclecticexistential @ChrisBrownie55 💫

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

Successfully merging a pull request may close this issue.

4 participants