From c34b34ebc1b5bc72073075c874f7ae2425630678 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Sun, 24 Jun 2018 14:24:01 -0700 Subject: [PATCH] website: fix scrolling/loading issue on iOS --- website/source/assets/stylesheets/_global.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index 10319049c7..3f8bf49df8 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -1,6 +1,4 @@ html { - height: 100%; - min-height: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; @@ -13,8 +11,6 @@ body { font-size: $font-size; font-family: $font-family-open-sans; font-weight: $font-weight-reg; - height: 100%; - min-height: 100%; overflow-x: hidden; }