We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fixed in #511 Using a wrapping container with overflow: hidden as opposed to overflow-x: hidden, which seems to be bugged on some browsers.
Sorry, something went wrong.
lewisl9029
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: