diff options
author | Alexander Biehl <alexbiehl@gmail.com> | 2018-01-15 11:30:55 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-02-01 14:58:18 +0100 |
commit | 1691a5fc1856fef66ceb81834e985465668a52df (patch) | |
tree | f276ac1bc16eae3430d2175072b5eadfb087ba46 /haddock-api/resources/html/quick-jump.css | |
parent | 854083b44b8fe3924e1ee3926192adfae36ea16a (diff) |
Quickjump Scrollable overlay
Diffstat (limited to 'haddock-api/resources/html/quick-jump.css')
-rw-r--r-- | haddock-api/resources/html/quick-jump.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/resources/html/quick-jump.css b/haddock-api/resources/html/quick-jump.css index ede05042..468d8036 100644 --- a/haddock-api/resources/html/quick-jump.css +++ b/haddock-api/resources/html/quick-jump.css @@ -8,6 +8,7 @@ width: 44em; z-index: 1000; pointer-events: none; + overflow-y: auto; } #search.hidden { @@ -42,7 +43,6 @@ box-sizing: border-box; border: 0.05em solid #b2d5fb; background: #e8f3ff; - overflow-y: auto; } #search-form input + #search-results { @@ -161,4 +161,4 @@ margin: 0 0.1em; } -/* @end */
\ No newline at end of file +/* @end */ |