Merge pull request #119 from nolanlawson/avoid-repaint-on-scroll
Use will-change:transform for smoother mobile scrollingrelease
commit
bf5c67e345
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue