add a scroll bar for long mixin defs

This commit is contained in:
Chris Eppstein 2010-04-25 22:39:38 -07:00
parent edd278cb2d
commit 8734dbe542

View File

@ -44,6 +44,7 @@ body.reference {
@include transition; @include transition;
@include transparent; @include transparent;
display: none; display: none;
overflow-x: auto;
} }
pre.shown { pre.shown {
display: block; display: block;