scroll in autocomplete proposals

This commit is contained in:
2017-02-12 19:42:11 +01:00
parent f178603bc1
commit 8cc42916a4

View File

@@ -45,6 +45,10 @@ html, body {
background-color: #AAA;
}
#search-bar .autocomplete, #search-bar .autocomplete ul {
overflow-y: scroll;
}
#filter-bar {
}