Skip to content

Commit

Permalink
Remove html overflow-y: scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
plcossette committed Jan 20, 2020
1 parent cc181ed commit a967b86
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions assets/styles/elements/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
//
// 1. Set the default `font-size` and `line-height` for the entire project,
// sourced from our default variables.
// 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
// navigating between pages that do/do not have enough content to produce
// scrollbars naturally.
// 3. Ensure the page always fills at least the entire height of the viewport.
// 2. Ensure the page always fills at least the entire height of the viewport.
//
html {
overflow-y: scroll; /* [2] */
min-height: 100%; /* [3] */
min-height: 100%; /* [2] */
color: $color;
font-family: $font-family;
line-height: $line-height; /* [1] */
Expand Down

0 comments on commit a967b86

Please sign in to comment.