fix(emoji): Remove vertical overflow from composer, allow for popups

This commit is contained in:
Ben Gotow 2016-06-09 17:50:48 -07:00
parent 5a9ac9b79f
commit d0cb89ebd9

View file

@ -290,7 +290,7 @@ body.platform-win32 {
.compose-body {
flex: 1;
cursor: text;
overflow: auto;
overflow-x: auto;
position: relative;
margin: 0 8px;