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 transparent;
display: none;
overflow-x: auto;
}
pre.shown {
display: block;