diff options
author | Maximilian Tagher <feedback.tagher@gmail.com> | 2020-12-08 10:40:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 16:40:03 +0100 |
commit | 3145fa33864c245b81bf314e58fe02f89c83cde6 (patch) | |
tree | 552738228d0d2a65005a0f9d57cf64a230d8e3a0 /haddock-api | |
parent | ef73ba4440da1acdf2a61e94f1549aa95cdb9137 (diff) |
Allow scrolling search results (#1235)
Closes https://github.com/haskell/haddock/issues/1231
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/resources/html/quick-jump.css | 2 |
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 { |