Merge pull request #2235 from ardcore/improvement/fix-print-margin

Make sure page wrapper transform is removed in print mode
This commit is contained in:
Dylan DPC 2023-11-16 13:44:27 +00:00 committed by GitHub
commit 6f6de2cf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
}
#page-wrapper.page-wrapper {
transform: none;
transform: none !important;
margin-inline-start: 0px;
overflow-y: initial;
}