summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-01-20 14:33:08 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-01-20 14:58:32 -0500
commite4e3178e9440ab351a722d939f0af2637de2df9f (patch)
tree52db10ba059d02a430d2efca7d148b270441503e /web/sass-files/sass/partials/_post.scss
parentd703d09063538fb91baa5a21b1001216c43d848a (diff)
downloadchat-e4e3178e9440ab351a722d939f0af2637de2df9f.tar.gz
chat-e4e3178e9440ab351a722d939f0af2637de2df9f.tar.bz2
chat-e4e3178e9440ab351a722d939f0af2637de2df9f.zip
Changed the post textbox resizing code to be more reliable and not rely on magic numbers
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 7b7c2d73a..438e9d7f6 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -11,6 +11,7 @@
resize: none;
line-height:20px;
min-height:36px;
+ overflow-x: hidden;
&:focus {
border-color: #ccc;
box-shadow: none;
@@ -335,7 +336,6 @@ body.ios {
padding-top: 8px;
padding-right: 28px;
max-height: 162px !important;
- overflow: auto;
line-height: 1.5;
}
.textarea-div {