emoji reactions: Prevent scroll bar from appearing.

Fixes #3188.
This commit is contained in:
Tommy Ip
2017-01-09 20:33:16 +00:00
committed by Tim Abbott
parent 007d4becfd
commit bb0225acec

View File

@@ -1,6 +1,6 @@
.message_reactions {
padding-left: 46px;
overflow: auto;
overflow: hidden;
}
.message_reactions .message_reaction {