Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Fixed a horizontal scrollbar appearing on certain website pages#4827

Open
Vultraz wants to merge 1 commit intokeystonejs:masterfrom
Vultraz:master
Open

Fixed a horizontal scrollbar appearing on certain website pages#4827
Vultraz wants to merge 1 commit intokeystonejs:masterfrom
Vultraz:master

Conversation

@Vultraz
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Vultraz commented Jul 24, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant