From c90d5c6ebd44aeee8cacaee28da1214f8c868c5a Mon Sep 17 00:00:00 2001 From: iamsaksham Date: Mon, 8 May 2017 13:53:44 +0530 Subject: [PATCH] give max height to svg for IE support --- css/emoji-mart.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/emoji-mart.css b/css/emoji-mart.css index dd4960d..f41351f 100644 --- a/css/emoji-mart.css +++ b/css/emoji-mart.css @@ -67,6 +67,7 @@ .emoji-mart-anchors svg { fill: currentColor; + max-height: 18px; } .emoji-mart-scroll {