Skip to content

Commit

Permalink
Fix x overflow on Windows with native emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Jan 23, 2020
1 parent ae24948 commit e57118c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/emoji-mart.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

.emoji-mart-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;
padding: 0 6px 6px 6px;
will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
Expand Down

0 comments on commit e57118c

Please sign in to comment.