From ea6b6990944cd1b8e2733c94b859f1fa2003f323 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 7 Sep 2021 15:44:26 -0400 Subject: [PATCH] fix(web(css)): print more than one page in Firefox Fixes #5375 --- UI/WebServerResources/scss/core/print.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/WebServerResources/scss/core/print.scss b/UI/WebServerResources/scss/core/print.scss index 5beeaf25d..f9b5afad8 100644 --- a/UI/WebServerResources/scss/core/print.scss +++ b/UI/WebServerResources/scss/core/print.scss @@ -82,16 +82,19 @@ md-card, md-card-content, md-card-content pre, + .view, .view-detail .sg-reversible, .view-detail .sg-reversible:not(.sg-flip) .sg-face, .view-detail .sg-reversible.sg-flip .sg-back, .sg-block-print { display: block !important; height: auto !important; + max-height: none !important; min-height: auto !important; overflow: visible !important; position: relative !important; flex: none; + transform: none !important; } // Remove shadow from Cards