diff options
| author | MorrowM <themorrowm@gmail.com> | 2021-02-07 01:52:33 +0200 | 
|---|---|---|
| committer | MorrowM <themorrowm@gmail.com> | 2021-02-07 01:52:33 +0200 | 
| commit | be077ab73e9425b72746b0ab28bddb6ab3d5c183 (patch) | |
| tree | bb327a72fe8dc30880bc52f953e6447f5694d889 /haddock-api/resources | |
| parent | a2f9f297d17059b3fc68ce4a245702278a5d8340 (diff) | |
Fix search div not scrolling
Diffstat (limited to 'haddock-api/resources')
| -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;  }  | 
