Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 3145fa3

Browse files
authored
Allow scrolling search results (#1235)
Closes #1231
1 parent ef73ba4 commit 3145fa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

haddock-api/resources/html/quick-jump.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
box-sizing: border-box;
5454
border: 0.05em solid #b2d5fb;
5555
background: #e8f3ff;
56+
max-height: 80%;
57+
overflow: scroll;
5658
}
5759

5860
#search-form input + #search-results {

0 commit comments

Comments
 (0)