Skip to content

Commit d3137cc

Browse files
authored
Merge pull request #875 from nobu/method-source-scroll
Allow method source code to scroll
2 parents 27ef092 + 1bb0496 commit d3137cc

File tree

1 file changed

+1
-1
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+1
-1
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ main header h3 {
505505

506506
main .method-source-code {
507507
max-height: 0;
508-
overflow: hidden;
508+
overflow: auto;
509509
transition-duration: 200ms;
510510
transition-delay: 0ms;
511511
transition-property: all;

0 commit comments

Comments
 (0)