From 5376404039eaa3d91bda84056dceef63de73a9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 25 Mar 2022 15:56:35 +0100 Subject: [PATCH] print: show more than just the title page in IE #224 --- static/css/print.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/print.css b/static/css/print.css index f728b9f466..7231fcd35f 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -73,6 +73,7 @@ hr{ border-bottom: 1px solid #ddd; } body, +#body, #body-inner { overflow: visible !important; /* turn off limitations for perfect scrollbar */ }