aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources
diff options
context:
space:
mode:
authorMaximilian Tagher <feedback.tagher@gmail.com>2020-12-08 10:40:03 -0500
committerGitHub <noreply@github.com>2020-12-08 16:40:03 +0100
commit3145fa33864c245b81bf314e58fe02f89c83cde6 (patch)
tree552738228d0d2a65005a0f9d57cf64a230d8e3a0 /haddock-api/resources
parentef73ba4440da1acdf2a61e94f1549aa95cdb9137 (diff)
Allow scrolling search results (#1235)
Closes https://github.com/haskell/haddock/issues/1231
Diffstat (limited to 'haddock-api/resources')
-rw-r--r--haddock-api/resources/html/quick-jump.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock-api/resources/html/quick-jump.css b/haddock-api/resources/html/quick-jump.css
index 8772809c..d656f51c 100644
--- a/haddock-api/resources/html/quick-jump.css
+++ b/haddock-api/resources/html/quick-jump.css
@@ -53,6 +53,8 @@
box-sizing: border-box;
border: 0.05em solid #b2d5fb;
background: #e8f3ff;
+ max-height: 80%;
+ overflow: scroll;
}
#search-form input + #search-results {