mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 20:06:16 +02:00
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
This commit is contained in:
parent
7ea9984fd3
commit
ddd2a0823f
|
|
@ -656,3 +656,7 @@ canvas.drawingBuffer {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@page {
|
||||||
|
size: auto
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user