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

Landing page overflows horizontally on firefox and safari mobile #510

Closed
lewisl9029 opened this issue Oct 29, 2015 · 1 comment
Closed

Comments

@lewisl9029
Copy link
Owner

This is despite having overflow-x set to hidden on document body.

Apparently people have had success by wrapping an additional div around all content:
http://stackoverflow.com/questions/14270084/overflow-xhidden-doesnt-prevent-content-from-overflowing-in-mobile-browsers

@lewisl9029
Copy link
Owner Author

Fixed in #511
Using a wrapping container with overflow: hidden as opposed to overflow-x: hidden, which seems to be bugged on some browsers.

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

No branches or pull requests

1 participant