summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_popover.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-24 12:30:12 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-01 16:25:58 -0500
commitac762f2277402c06f209ca3c8e0416d16916e991 (patch)
tree0ca04448777786c0385cc0e1a8bcd5d90e011523 /web/sass-files/sass/partials/_popover.scss
parentc8f642a499215331e578fed409257ac2647b7f0f (diff)
downloadchat-ac762f2277402c06f209ca3c8e0416d16916e991.tar.gz
chat-ac762f2277402c06f209ca3c8e0416d16916e991.tar.bz2
chat-ac762f2277402c06f209ca3c8e0416d16916e991.zip
Replaced SearchAutocomplete with new suggestion components
Diffstat (limited to 'web/sass-files/sass/partials/_popover.scss')
-rw-r--r--web/sass-files/sass/partials/_popover.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_popover.scss b/web/sass-files/sass/partials/_popover.scss
index 7d98935d5..a48bfb22d 100644
--- a/web/sass-files/sass/partials/_popover.scss
+++ b/web/sass-files/sass/partials/_popover.scss
@@ -94,6 +94,8 @@
}
.popover-content {
+ max-height: 500px;
+ overflow: auto;
padding: 3px 13px;
}