[ruby/rdoc] Allow method source code to scroll [ci skip]
https://github.com/ruby/rdoc/commit/1bb0496c53
This commit is contained in:
parent
20ad09e560
commit
73541cdc2f
@ -505,7 +505,7 @@ main header h3 {
|
|||||||
|
|
||||||
main .method-source-code {
|
main .method-source-code {
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
transition-duration: 200ms;
|
transition-duration: 200ms;
|
||||||
transition-delay: 0ms;
|
transition-delay: 0ms;
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user