From b2151250e598560da382b5f3db76b0299bcd1fc5 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 17 Apr 2024 20:55:07 +0200 Subject: [PATCH] fix printing feature --- index.html | 2 +- public/styles/modelingApplicationPrint.css | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 0b872b85..81dd1855 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ - + diff --git a/public/styles/modelingApplicationPrint.css b/public/styles/modelingApplicationPrint.css index 79920cd1..fb353691 100644 --- a/public/styles/modelingApplicationPrint.css +++ b/public/styles/modelingApplicationPrint.css @@ -1,7 +1,4 @@ @media print { - body * { - visibility: hidden; - } /* #jointPaper, #jointPaper * { */ @@ -12,8 +9,9 @@ /* #jointPaper { */ .system-container-modeling-area { - position: absolute; - left: 0; - top: 0; + display:block; + overflow: visible !important; + width: fit-content !important; + height: fit-content !important; } } \ No newline at end of file