summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-07-19 08:27:37 -0400
committerChristopher Speller <crspeller@gmail.com>2016-07-19 08:27:37 -0400
commit5937473c5fd54332319b1b9111cf778ac47aee76 (patch)
tree67882c1d459054293bb44ad7c74cffee217a55b5 /webapp
parentf31e8e09f54418f867f95192a71e67b450340c13 (diff)
downloadchat-5937473c5fd54332319b1b9111cf778ac47aee76.tar.gz
chat-5937473c5fd54332319b1b9111cf778ac47aee76.tar.bz2
chat-5937473c5fd54332319b1b9111cf778ac47aee76.zip
PLT-3357 Fixed scrolling in channel switcher (#3603)
* fixed scrolling in channel switcher * Fixed it in css
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/components/_suggestion-list.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/components/_suggestion-list.scss b/webapp/sass/components/_suggestion-list.scss
index 39269642d..8bee49ce6 100644
--- a/webapp/sass/components/_suggestion-list.scss
+++ b/webapp/sass/components/_suggestion-list.scss
@@ -40,3 +40,7 @@
bottom: 0;
position: absolute;
}
+
+.suggestion-list--bottom {
+ position: relative;
+}