Skip to content

Commit

Permalink
Merge pull request #875 from nobu/method-source-scroll
Browse files Browse the repository at this point in the history
Allow method source code to scroll
  • Loading branch information
nobu authored Mar 20, 2022
2 parents 27ef092 + 1bb0496 commit d3137cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/generator/template/darkfish/css/rdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d3137cc

Please sign in to comment.