Commit 019d077f by Torkel Ödegaard

Added missing max-height to search results container

parent c000f438
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
} }
.search-results-container { .search-results-container {
max-height: 570px;
overflow: auto;
display: block;
.search-result-item a { .search-result-item a {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment