Skip to content
Snippets Groups Projects
Commit 3d640dc8 authored by Nolan Lawson's avatar Nolan Lawson Committed by Eugen Rochko
Browse files

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

parent 6db034a8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment