Commit a1cd2cf5 authored by cfoe's avatar cfoe
Browse files

made the globalsearch results scrollable for longer results

parent 15aeffd6
......@@ -1213,6 +1213,8 @@ ul.gs-resultbox {
-o-border-radius:5px;
-ms-border-radius:5px;
border-radius:5px;
max-height:500px;
overflow:auto;
}
ul.gs-resultbox li {
float: left;
......
......@@ -796,6 +796,8 @@
-o-border-radius:5px;
-ms-border-radius:5px;
border-radius:5px;
max-height:500px;
overflow:auto;
}
ul.gs-resultbox li{
float: left;
......
Supports Markdown
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