summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_suggestion-list.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-23 16:21:27 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-23 16:21:27 -0400
commit6285ec44bbcafe41dbd47dfe9955982df4bab362 (patch)
tree466ffc850cb5487a0a361721f0cb15d2e99d102e /webapp/sass/components/_suggestion-list.scss
parent826529f048cd19591ce1ad109ce05fe3a74745d5 (diff)
parentf134df04b024dcf8310a02558e58afdf2a6ed94c (diff)
downloadchat-6285ec44bbcafe41dbd47dfe9955982df4bab362.tar.gz
chat-6285ec44bbcafe41dbd47dfe9955982df4bab362.tar.bz2
chat-6285ec44bbcafe41dbd47dfe9955982df4bab362.zip
Merge pull request #2494 from hmhealey/plt2190
PLT-2190 Switched Textbox to use a TextareaAutosize and removed custom resizing code
Diffstat (limited to 'webapp/sass/components/_suggestion-list.scss')
-rw-r--r--webapp/sass/components/_suggestion-list.scss1
1 files changed, 1 insertions, 0 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 {