diff options
author | Hécate Moonlight <Kleidukos@users.noreply.github.com> | 2021-02-07 18:12:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 18:12:07 +0100 |
commit | d20dcc3a61ec61860560216fe88e8dc26097fb35 (patch) | |
tree | f2490d4f0c8e7b95faade4a997038c10be288e25 /haddock-api | |
parent | 39fea0fedb79b2cd893861e31fe6f1c051d4833f (diff) | |
parent | be077ab73e9425b72746b0ab28bddb6ab3d5c183 (diff) |
Merge pull request #1318 from MorrowM/ghc-9.0
Fix search div not scrolling
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/resources/html/quick-jump.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock-api/resources/html/quick-jump.css b/haddock-api/resources/html/quick-jump.css index d656f51c..cf10eee4 100644 --- a/haddock-api/resources/html/quick-jump.css +++ b/haddock-api/resources/html/quick-jump.css @@ -15,7 +15,6 @@ left: calc(50% - 22em); width: 44em; z-index: 1000; - pointer-events: none; overflow-y: auto; } |