From 16ca493f3cc72275c738c8de2578de2d55e9ba51 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Mon, 16 Mar 2020 09:57:47 -0400 Subject: [PATCH] [cleanup] --- css/emoji-mart.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/emoji-mart.css b/css/emoji-mart.css index 03442f4..fb2282e 100644 --- a/css/emoji-mart.css +++ b/css/emoji-mart.css @@ -87,7 +87,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 */ + overflow-x: hidden; height: 270px; padding: 0 6px 6px 6px; will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */