diff --git a/assets/stylesheets/responsive.css b/assets/stylesheets/responsive.css index 3560c1d..d6b2a05 100644 --- a/assets/stylesheets/responsive.css +++ b/assets/stylesheets/responsive.css @@ -779,3 +779,11 @@ width: 100%; } } + +@media print and (max-width: 899px) +{ + /* avoid the scrollbar on print */ + body, html { + height: auto; + } +}