Fixes: Scroll to top behavior when changing pages

Fixes: Different max-width on docs and other content
This commit is contained in:
Tom Moor
2017-09-04 08:56:07 -07:00
parent f4735246ad
commit 24686aac44
4 changed files with 9 additions and 16 deletions

View File

@@ -27,11 +27,6 @@ body {
color: #617180;
background-color: #fff;
display: flex;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;