From 798822208648f580dc5400ecb8e1dcd6128ed78e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 1 Apr 2018 23:41:35 -0700 Subject: [PATCH] fix emoji dialog overflow --- routes/_components/dialog/EmojiDialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_components/dialog/EmojiDialog.html b/routes/_components/dialog/EmojiDialog.html index 92d9e33..c151e5b 100644 --- a/routes/_components/dialog/EmojiDialog.html +++ b/routes/_components/dialog/EmojiDialog.html @@ -23,7 +23,7 @@ max-width: 100%; width: 400px; height: 300px; - overflow: scroll; + overflow: auto; } .custom-emoji-no-emoji { font-size: 1.3em;