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
In wt-section, the ::before colored backgrounds overflow and create horizontal scrolling.
wt-section
::before
I couldn't figure out how to fix it yet. Any ideas?
The text was updated successfully, but these errors were encountered:
@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!
Sorry, something went wrong.
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!
No branches or pull requests
In
wt-section
, the::before
colored backgrounds overflow and create horizontal scrolling.I couldn't figure out how to fix it yet. Any ideas?
The text was updated successfully, but these errors were encountered: