From ff7598a9ad905407051c0febee4caf8fb2da7fcb Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 21 Jan 2018 14:11:53 -0800 Subject: [PATCH] add back will-change:transform --- scss/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/global.scss b/scss/global.scss index fcf0fe15..f1f14d67 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -16,6 +16,7 @@ body { overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; + will-change: transform; /* avoids "Repaints on Scroll" warning in Chrome */ position: absolute; top: 72px; left: 0;