Merge pull request #119 from nolanlawson/avoid-repaint-on-scroll

Use will-change:transform for smoother mobile scrolling
release
Etienne Lemay 2017-09-25 14:46:21 -04:00 committed by GitHub
commit bf5c67e345
1 changed files with 1 additions and 0 deletions

View File

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