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;