From 0231e95f1c5a8c42ba97875f0d2301815f552974 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Mon, 19 Jun 2017 02:23:17 +0800 Subject: Fix Emoji picker cut off at RHS (#6602) --- webapp/sass/components/_emoticons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/sass/components') diff --git a/webapp/sass/components/_emoticons.scss b/webapp/sass/components/_emoticons.scss index 24d53eef3..b91630a47 100644 --- a/webapp/sass/components/_emoticons.scss +++ b/webapp/sass/components/_emoticons.scss @@ -103,7 +103,7 @@ } .emoji-picker__items { - max-height: 262px; + max-height: 278px; overflow-x: hidden; overflow-y: auto; padding: 0px 8px 8px 8px; -- cgit v1.2.3-1-g7c22