summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-14 14:36:40 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-21 09:49:29 -0400
commitf134df04b024dcf8310a02558e58afdf2a6ed94c (patch)
treec6809762d7c2bd42f89f698629225bf40c2fb613 /webapp/sass
parent85837efe06a93b38e449c750108a4105cc629611 (diff)
downloadchat-f134df04b024dcf8310a02558e58afdf2a6ed94c.tar.gz
chat-f134df04b024dcf8310a02558e58afdf2a6ed94c.tar.bz2
chat-f134df04b024dcf8310a02558e58afdf2a6ed94c.zip
Switched Textbox to use a TextareaAutosize and removed custom resizing code
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_suggestion-list.scss1
-rw-r--r--webapp/sass/layout/_post.scss2
2 files changed, 1 insertions, 2 deletions
diff --git a/webapp/sass/components/_suggestion-list.scss b/webapp/sass/components/_suggestion-list.scss
index 0100026ca..39269642d 100644
--- a/webapp/sass/components/_suggestion-list.scss
+++ b/webapp/sass/components/_suggestion-list.scss
@@ -8,6 +8,7 @@
.suggestion-list--top {
position: absolute;
+ bottom: 100%;
}
.suggestion-list__content {
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 9d5be239a..4170483db 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -7,9 +7,7 @@
line-height: 20px;
min-height: 36px;
overflow-x: hidden;
- position: absolute;
resize: none;
- top: 0px;
white-space: pre-wrap;
word-wrap: break-word;