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

X-overflow on Firefox #83

Open
robinmetral opened this issue Feb 23, 2019 · 2 comments
Open

X-overflow on Firefox #83

robinmetral opened this issue Feb 23, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@robinmetral
Copy link
Contributor

In wt-section, the ::before colored backgrounds overflow and create horizontal scrolling.

x-overflow

I couldn't figure out how to fix it yet. Any ideas?

@robinmetral robinmetral added the bug Something isn't working label Feb 23, 2019
@bogreudell
Copy link
Contributor

@robinmetral thanks for this! @smrohrer and I haven't been able to replicate on our machines. Which version of Firefox are you using?

You might always try applying overflow-x: hidden; to the body element and see if that solves it for you. If so we'll incorporate it to the code base!

@robinmetral
Copy link
Contributor Author

You might always try applying overflow-x: hidden; to the body element

Great, this seems to do the trick!

I'm using Firefox 65.0.1, but if it works on your end I'm thinking this might've to do with me being on Ubuntu 🙂

Take care!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants