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
There's an unneeded horizontal scroll bar on the bottom of most pages:
Additionally, the height: 100vh; seems to be causing a double vertical scroll bar:
height: 100vh;
The text was updated successfully, but these errors were encountered:
I also see this on Firefox 91.0a1 (2021-07-05) on Linux.
And on Chromium 94.0.4606.81 (Official Build) on Linux.
Sorry, something went wrong.
No branches or pull requests
There's an unneeded horizontal scroll bar on the bottom of most pages:

Additionally, the

height: 100vh;
seems to be causing a double vertical scroll bar:The text was updated successfully, but these errors were encountered: