summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorSudheer <sudheer.105@gmail.com>2017-08-23 01:04:35 +0530
committerCorey Hulen <corey@hulen.com>2017-08-22 12:34:34 -0700
commit1f899c873e5eb8127b718cf5960b0a02d384365e (patch)
tree5f5eba2cacd1d00b6eda9418a054d6eb41ba0153 /webapp
parent6b27ae2bac5fc7502b70e69e0d38cee7b9d71eb9 (diff)
downloadchat-1f899c873e5eb8127b718cf5960b0a02d384365e.tar.gz
chat-1f899c873e5eb8127b718cf5960b0a02d384365e.tar.bz2
chat-1f899c873e5eb8127b718cf5960b0a02d384365e.zip
Fixed not being able to scroll down in message preview mode when using (#7194)
only couple of sentences in edit mode.
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/layout/_post.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index e3970b0e6..1857462e6 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -415,6 +415,10 @@
&.custom-textarea--emoji-picker {
padding-right: 60px;
}
+
+ &.textbox-preview-area {
+ overflow-y: auto;
+ }
}
.emoji-picker {