Skip to content

Commit

Permalink
Merge pull request #2235 from ardcore/improvement/fix-print-margin
Browse files Browse the repository at this point in the history
Make sure page wrapper transform is removed in print mode
  • Loading branch information
Dylan-DPC authored Nov 16, 2023
2 parents dc21f14 + ae3e3f8 commit 6f6de2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

#page-wrapper.page-wrapper {
transform: none;
transform: none !important;
margin-inline-start: 0px;
overflow-y: initial;
}
Expand Down

0 comments on commit 6f6de2c

Please sign in to comment.