Add will-change to improve scrolling perf (#5001)

This commit is contained in:
Nolan Lawson 2017-09-18 14:29:15 -07:00 committed by Eugen Rochko
parent 6db034a866
commit 3d640dc8ac
1 changed files with 1 additions and 0 deletions

View File

@ -1587,6 +1587,7 @@
overflow-x: hidden;
flex: 1 1 auto;
-webkit-overflow-scrolling: touch;
will-change: transform; // improves perf in mobile Chrome
&.optionally-scrollable {
overflow-y: auto;