add back will-change:transform

hashtags
Nolan Lawson 2018-01-21 14:11:53 -08:00
rodzic 95edcc108a
commit ff7598a9ad
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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;