Fix x overflow on Windows with native emojis
Fixes https://github.com/missive/emoji-mart/issues/409release
parent
ae24948861
commit
e57118c6f3
|
@ -85,6 +85,7 @@
|
||||||
|
|
||||||
.emoji-mart-scroll {
|
.emoji-mart-scroll {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden; /* prevents system emojis with bigger width from displaying a scroll bar, see https://github.com/missive/emoji-mart/issues/409 */
|
||||||
height: 270px;
|
height: 270px;
|
||||||
padding: 0 6px 6px 6px;
|
padding: 0 6px 6px 6px;
|
||||||
will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
|
will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
|
||||||
|
|
Loading…
Reference in New Issue