Skip to content

Commit a1cd2cf

Browse files
author
cfoe
committed
made the globalsearch results scrollable for longer results
1 parent 15aeffd commit a1cd2cf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

interface/web/themes/default-v2/css/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,8 @@ ul.gs-resultbox {
12131213
-o-border-radius:5px;
12141214
-ms-border-radius:5px;
12151215
border-radius:5px;
1216+
max-height:500px;
1217+
overflow:auto;
12161218
}
12171219
ul.gs-resultbox li {
12181220
float: left;

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,8 @@
796796
-o-border-radius:5px;
797797
-ms-border-radius:5px;
798798
border-radius:5px;
799+
max-height:500px;
800+
overflow:auto;
799801
}
800802
ul.gs-resultbox li{
801803
float: left;

0 commit comments

Comments
 (0)