Fixed not being able to scroll down in message preview mode when using (#7194)

only couple of sentences in edit mode.
Этот коммит содержится в:
Sudheer
2017-08-23 01:04:35 +05:30
коммит произвёл Corey Hulen
родитель 6b27ae2bac
Коммит 1f899c873e

Просмотреть файл

@@ -415,6 +415,10 @@
&.custom-textarea--emoji-picker {
padding-right: 60px;
}
&.textbox-preview-area {
overflow-y: auto;
}
}
.emoji-picker {