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.scss26
1 files changed, 0 insertions, 26 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index efba5b6f1..4a995a4d6 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -22,31 +22,6 @@
color: #d04444 !important;
}
-.textarea-div {
- border: 0;
- color: rgba(0,0,0,0);
- height: auto;
- left: 1px;
- line-height: 20px;
- min-height: 36px;
- position: absolute;
- top: 0px;
- white-space: pre-wrap;
- word-break: break-word;
- word-wrap: normal;
-}
-
-body.ios {
- .textarea-div {
- -webkit-overflow-scrolling: auto;
- padding: 7px 17px 7px 15px;
- }
-}
-
-.textarea-div::-webkit-scrollbar {
- display: none;
-}
-
.textarea-wrapper {
min-height: 36px;
position: relative;
@@ -390,7 +365,6 @@ body.ios {
.custom-textarea {
bottom: 0;
- line-height: 1.5;
max-height: 162px !important;
padding-right: 28px;
padding-top: 8px;