Moved @page rule to @media print section

This commit is contained in:
Bernd Bestel 2022-03-14 22:46:29 +01:00
parent ddd2a0823f
commit 6744558fdd
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -650,13 +650,13 @@ canvas.drawingBuffer {
.calendar button.fc-agendaDay-button { .calendar button.fc-agendaDay-button {
display: none; display: none;
} }
@page {
size: auto
}
} }
.not-allowed { .not-allowed {
pointer-events: none; pointer-events: none;
opacity: 0.5; opacity: 0.5;
} }
@page {
size: auto
}