Merge pull request #77 from iamsaksham/bug-fix-IE [Fix #75]

give max height to svg for IE support
release
Etienne Lemay 2017-05-17 09:08:30 -04:00 committed by GitHub
commit c877e3b380
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
.emoji-mart-anchors svg {
fill: currentColor;
max-height: 18px;
}
.emoji-mart-scroll {