diff --git a/static/css/print.css b/static/css/print.css index 4f1d0705cc..da75a3efc2 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -69,6 +69,10 @@ pre { hr{ border-bottom: 1px solid #ddd; } +body, +#body-inner { + overflow: visible !important; /* turn off limitations for perfect scrollbar */ +} #body-inner.chapter h1 { border-bottom: 1px solid #ddd; }