From 23c858c99eb0d7b3a7d00e62f66750bdb40dd6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 25 Mar 2022 14:06:30 +0100 Subject: [PATCH] print: show more than just the title page #224 --- static/css/print.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }