Skip to content

Commit

Permalink
Merge pull request #2 from lukehler/master
Browse files Browse the repository at this point in the history
Removing extra body height declaration, adding scroll-behavior: auto …
  • Loading branch information
mike-engel committed Jun 25, 2019
2 parents 0fc4b18 + 0676f2d commit 9c6c13c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions a11y.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
*:after {
transition: none !important;
animation: none !important;
scroll-behavior: auto !important;
}
}
4 changes: 0 additions & 4 deletions reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ body {
height: 100%;
width: 100%;
}

body {
height: 100%;
}

0 comments on commit 9c6c13c

Please sign in to comment.