mirror of
https://github.com/grocy/grocy.git
synced 2025-08-23 05:19:11 +00:00
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:
committed by
GitHub
parent
a4b1a80cdc
commit
e2c1d2e226
@@ -650,6 +650,10 @@ canvas.drawingBuffer {
|
|||||||
.calendar button.fc-agendaDay-button {
|
.calendar button.fc-agendaDay-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@page {
|
||||||
|
size: auto
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.not-allowed {
|
.not-allowed {
|
||||||
|
Reference in New Issue
Block a user