зеркало из https://github.com/github/ruby.git
[ruby/rdoc] Allow method source code to scroll [ci skip]
https://github.com/ruby/rdoc/commit/1bb0496c53
This commit is contained in:
Родитель
20ad09e560
Коммит
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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче