diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-03-20 15:30:47 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-03-20 15:42:56 +0900 |
commit | 73541cdc2f192f856ab19781472cdccbf9c21f71 (patch) | |
tree | 3a29493b80654c779b41ec844d0780690fc91707 /lib/rdoc/generator | |
parent | 20ad09e560a4bd124c1884c066dee02c79bb95ae (diff) |
[ruby/rdoc] Allow method source code to scroll [ci skip]
https://github.com/ruby/rdoc/commit/1bb0496c53
Diffstat (limited to 'lib/rdoc/generator')
-rw-r--r-- | lib/rdoc/generator/template/darkfish/css/rdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index 3d5b4b993e..1be815f503 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -505,7 +505,7 @@ main header h3 { main .method-source-code { max-height: 0; - overflow: hidden; + overflow: auto; transition-duration: 200ms; transition-delay: 0ms; transition-property: all; |