fix: can't print in landscape (#1819)

* fix: can't print in landscape

Layout settings are hidden in the print dialog when printing a page like the mealplan.Bootstrap 4 bug https://github.com/twbs/bootstrap/issues/25629

* Moved @page rule to @media print section

Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
miguelangel-nubla 2022-03-14 22:47:12 +01:00 committed by GitHub
parent a4b1a80cdc
commit e2c1d2e226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,6 +650,10 @@ canvas.drawingBuffer {
.calendar button.fc-agendaDay-button {
display: none;
}
@page {
size: auto
}
}
.not-allowed {