summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_suggestion-list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_suggestion-list.scss')
-rw-r--r--webapp/sass/components/_suggestion-list.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/sass/components/_suggestion-list.scss b/webapp/sass/components/_suggestion-list.scss
index d4cd9ef05..91db7536c 100644
--- a/webapp/sass/components/_suggestion-list.scss
+++ b/webapp/sass/components/_suggestion-list.scss
@@ -11,6 +11,11 @@
bottom: 100%;
}
+.suggestion-list--bottom {
+ position: relative;
+ height: 0;
+}
+
.suggestion-list__content {
background-color: $white;
border: $border-gray;