From ec28e80de83d3a9c1ea24dc1d13774d9343ad01e Mon Sep 17 00:00:00 2001 From: "easyaspi314 (Devin)" Date: Wed, 12 Oct 2016 13:23:11 -0400 Subject: [PATCH] Fix scrolling performance issues in tree-view Part of fix for atom/atom#12949. Forces Chromium to use the compositor to render scroll containers. This greatly decreases CPU usage when scrolling. --- styles/tree-view.less | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/tree-view.less b/styles/tree-view.less index 7bdf6e5b..e0e7f292 100644 --- a/styles/tree-view.less +++ b/styles/tree-view.less @@ -46,6 +46,7 @@ flex: 1; width: 100%; overflow: auto; + will-change: transform; } .tree-view {