summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 7b7c2d73a..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;
@@ -183,6 +184,7 @@ body.ios {
position: absolute;
top: 50%;
left: 50%;
+ pointer-events: none;
}
.overlay__files {
@@ -335,7 +337,6 @@ body.ios {
padding-top: 8px;
padding-right: 28px;
max-height: 162px !important;
- overflow: auto;
line-height: 1.5;
}
.textarea-div {