From 889c1df9a144adff6137871189775f7bf91668d4 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 19 Sep 2017 19:38:02 +0930 Subject: [PATCH] Make autocomplete dropdown slightly less tall so that it fits below the cursor --- less/forum/extension.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forum/extension.less b/less/forum/extension.less index 2175351..fcd8871 100644 --- a/less/forum/extension.less +++ b/less/forum/extension.less @@ -31,7 +31,7 @@ } .MentionsDropdown { max-width: 500px; - max-height: 200px; + max-height: 150px; overflow: auto; position: absolute;