Use will-change:transform for smoother mobile scrolling
parent
9bf9eb699f
commit
a43bbe122b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue