ruby-changes:71463
From: Nobuyoshi <ko1@a...>
Date: Sun, 20 Mar 2022 15:43:22 +0900 (JST)
Subject: [ruby-changes:71463] 73541cdc2f (master): [ruby/rdoc] Allow method source code to scroll [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=73541cdc2f From 73541cdc2f192f856ab19781472cdccbf9c21f71 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 20 Mar 2022 15:30:47 +0900 Subject: [ruby/rdoc] Allow method source code to scroll [ci skip] https://github.com/ruby/rdoc/commit/1bb0496c53 --- lib/rdoc/generator/template/darkfish/css/rdoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { https://github.com/ruby/ruby/blob/trunk/lib/rdoc/generator/template/darkfish/css/rdoc.css#L505 main .method-source-code { max-height: 0; - overflow: hidden; + overflow: auto; transition-duration: 200ms; transition-delay: 0ms; transition-property: all; -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/