Make sure page wrapper transform is removed in print mode

This commit is contained in:
Szymon Pilkowski 2023-11-10 21:51:00 +01:00
parent dc21f1497b
commit ae3e3f8269
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;
}