From 5336c21a93ce4e72d6288dfdc76bfc0e73df7032 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 20 Dec 2016 14:26:58 -0500 Subject: [PATCH] Remove height: 100% from the body and html elements to fix auto-scrolling on (at least) chrome --- resources/assets/sass/app.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss index 31e972a..7e9f02c 100644 --- a/resources/assets/sass/app.scss +++ b/resources/assets/sass/app.scss @@ -19,14 +19,12 @@ html { width: 100%; - height: 100%; &.no-scroll { overflow-y: hidden; } } body { @include font-sans; width: 100%; - height: 100%; padding-top: $nav-height; color: $c-text; -webkit-font-smoothing: antialiased;