summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 69cbbd712..5ecd50468 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -359,6 +359,10 @@
}
.post-create__container {
+ .custom-textarea {
+ overflow: hidden;
+ }
+
form {
margin: 0 auto;
padding: .5em 15px 0;
@@ -376,6 +380,8 @@
}
.custom-textarea {
+ -ms-overflow-style: auto;
+ overflow: auto;
padding-right: 43px;
}
}
@@ -523,6 +529,7 @@
.col__reply {
min-width: 0;
}
+
.dropdown {
margin-right: 0;
}