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 +- webapp/sass/layout/_post-right.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'webapp/sass') 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; diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss index 85dd20f53..e6ee33f85 100644 --- a/webapp/sass/layout/_post-right.scss +++ b/webapp/sass/layout/_post-right.scss @@ -148,7 +148,6 @@ .post-right__scroll { -webkit-overflow-scrolling: touch; @include flex(1 1 auto); - overflow: auto; padding-top: 10px; position: relative; -- cgit v1.2.3-1-g7c22