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

Fixed a horizontal scrollbar appearing on certain website pages #4827

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Vultraz
Copy link
Contributor

@Vultraz Vultraz commented Oct 12, 2018

Description of changes

The use of 100vw was causing horizontal scrollbars to appear on the home and 404 pages.
Using 100% fixes that. Technically, block elements like <div> don't need a width key since
they automatically expand to take up as much width as possible, but I kept the value at 100%
here to matter match the original intent of the code.

The use of `100vw` was causing horizontal scrollbars to appear on the home and 404 pages.
Using 100% fixes that. Technically, block elements like <div> don't need a width key since
they automatically expand to take up as much width as possible, but I kept the value at 100%
here to matter match the original intent of the code.
@Vultraz
Copy link
Contributor Author

Vultraz commented Jul 24, 2019

@JedWatson pinging since this seems to have fallen through the cracks again 😬

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

Successfully merging this pull request may close these issues.

None yet

1 participant