From bb0225acec63a255661eb2d68b4592d2e4584dad Mon Sep 17 00:00:00 2001 From: Tommy Ip Date: Mon, 9 Jan 2017 20:33:16 +0000 Subject: [PATCH] emoji reactions: Prevent scroll bar from appearing. Fixes #3188. --- static/styles/reactions.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/reactions.css b/static/styles/reactions.css index 10305eb44c..0193f5e76a 100644 --- a/static/styles/reactions.css +++ b/static/styles/reactions.css @@ -1,6 +1,6 @@ .message_reactions { padding-left: 46px; - overflow: auto; + overflow: hidden; } .message_reactions .message_reaction {