Skip to content

Commit a3f949c

Browse files
committed
Add scroll for search results #113
1 parent 051127d commit a3f949c

File tree

1 file changed

+4
-0
lines changed
  • src/main/resources/com/github/beothorn/agent

1 file changed

+4
-0
lines changed

src/main/resources/com/github/beothorn/agent/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,8 @@ ul, .root {
266266

267267
#startStop {
268268
display: none;
269+
}
270+
271+
#searchResult > ul {
272+
overflow-x: scroll;
269273
}

0 commit comments

Comments
 (0)