Make autocomplete dropdown slightly less tall so that it fits below the cursor

This commit is contained in:
Toby Zerner 2017-09-19 19:38:02 +09:30
parent 53e63069c1
commit acd3195491

View File

@ -31,7 +31,7 @@
}
.MentionsDropdown {
max-width: 500px;
max-height: 200px;
max-height: 150px;
overflow: auto;
position: absolute;