Use will-change:transform for smoother mobile scrolling

nolan/hinaloe-test
Nolan Lawson 2017-09-23 10:46:37 -07:00
parent 9bf9eb699f
commit a43bbe122b
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
overflow-y: scroll;
height: 270px;
padding: 0 6px 6px 6px;
will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}
.emoji-mart-search {