diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-10-26 09:36:46 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-10-26 09:36:46 -0700 |
commit | 74f791936f28b175265994494412698e90d0e85f (patch) | |
tree | f51a36d6d8774a85970e50391aa91ff55524cb23 /haddock-api/resources/html | |
parent | f909ffd8353d6463fd5dd184998a32aa98d5c922 (diff) |
Revert "Make 'Contents' in NewOcean scrollable"
This reverts commit f909ffd8353d6463fd5dd184998a32aa98d5c922.
I missed the fact this also forces the 'Contents' to always go down
to the bottom of the page.
Diffstat (limited to 'haddock-api/resources/html')
-rw-r--r-- | haddock-api/resources/html/NewOcean.std-theme/new-ocean.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css index de68d995..8416176c 100644 --- a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css +++ b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css @@ -81,8 +81,6 @@ body.js-enabled .hide-when-js-enabled { position: fixed; max-width: 10vw; top: 10.2em; - bottom: 1em; - overflow-y: scroll; } #synopsis { |