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

Commits on Jul 24, 2019

  1. Fixed a horizontal scrollbar appearing on certain website pages

    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 committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    6578f80 View commit details
    Browse the repository at this point in the history