Browse Source

enforce GPU composition

Eugene Pankov 7 years ago
parent
commit
4259d3b53d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      terminus-core/src/components/appRoot.component.scss

+ 1 - 0
terminus-core/src/components/appRoot.component.scss

@@ -7,6 +7,7 @@
     -webkit-user-select: none;
     -webkit-user-drag: none;
     -webkit-font-smoothing: antialiased;
+    will-change: transform;
     cursor: default;
     animation: 0.5s ease-out fadeIn;
 }