summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-13 00:45:32 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-27 23:17:45 +0100
commit11942ef955c67d0b616cfcaa670becea0af624db (patch)
tree12b88040bba77e6eb42973c1fe8895f2fbce8b5e /web/sass-files/sass/partials/_post.scss
parent32d98c79e9b8a3d19d02aba72d6b6a15b7d1651f (diff)
downloadchat-11942ef955c67d0b616cfcaa670becea0af624db.tar.gz
chat-11942ef955c67d0b616cfcaa670becea0af624db.tar.bz2
chat-11942ef955c67d0b616cfcaa670becea0af624db.zip
fix jumping of textbox upon entering a multiline message
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index d60bf7785..da161e54f 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -284,14 +284,14 @@ body.ios {
.custom-textarea {
padding-top: 8px;
padding-right: 28px;
- max-height: 160px;
+ max-height: 162px !important;
overflow: auto;
line-height: 1.5;
}
.textarea-div {
padding-top: 8px;
padding-right: 30px;
- max-height: 160px;
+ max-height: 163px !important;
overflow: auto;
line-height: 1.5;
}