fix(print): width is not always 100%

This commit is contained in:
Elian Doran 2025-01-31 23:50:46 +02:00
parent ae5a9df5cc
commit 3927548afb
No known key found for this signature in database

View File

@ -37,6 +37,7 @@ body,
html,
body {
width: unset !important;
height: unset !important;
overflow: visible;
position: unset;