From c98556d0d6c106bd5641eb56585453f29079a1be Mon Sep 17 00:00:00 2001 From: Mike Tierney Date: Tue, 9 Feb 2016 00:40:37 -0800 Subject: [PATCH] Fix issue that would cause laggy scroll on iOS. --- app/assets/stylesheets/_style.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/_style.scss b/app/assets/stylesheets/_style.scss index 037297f..fcdac29 100644 --- a/app/assets/stylesheets/_style.scss +++ b/app/assets/stylesheets/_style.scss @@ -1,8 +1,3 @@ -html, body { - height: 100%; - overflow-x: hidden; -} - body { background: $footerBackground; color: $textColor;