summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-21 09:02:10 -0600
committerCorey Hulen <corey@hulen.com>2016-01-21 09:02:10 -0600
commit9aa23c1994af1f96f9a9bfaabfc3b4eee1790372 (patch)
tree9302f2e56bc5b0a75b77c951fe2c271541dc4a1b /web/sass-files/sass/partials/_post.scss
parentc7faefbedcf540e938ab79e498ca86fabc967c5b (diff)
parente4cea41cbf678f553ffffd9c9fdb86e3d35bc0ca (diff)
downloadchat-9aa23c1994af1f96f9a9bfaabfc3b4eee1790372.tar.gz
chat-9aa23c1994af1f96f9a9bfaabfc3b4eee1790372.tar.bz2
chat-9aa23c1994af1f96f9a9bfaabfc3b4eee1790372.zip
Merge pull request #1933 from hmhealey/plt1661
PLT-1661/PLT-1745 Scrolling fixes
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 c5cd10b20..34ff7e5a9 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;
@@ -336,7 +337,6 @@ body.ios {
padding-top: 8px;
padding-right: 28px;
max-height: 162px !important;
- overflow: auto;
line-height: 1.5;
}
.textarea-div {