From 6744558fdd199718d32ed0a1c421ccb23743a43f Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 14 Mar 2022 22:46:29 +0100 Subject: [PATCH] Moved @page rule to @media print section --- public/css/grocy.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 40e24ead..b3568112 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -650,13 +650,13 @@ canvas.drawingBuffer { .calendar button.fc-agendaDay-button { display: none; } + + @page { + size: auto + } } .not-allowed { pointer-events: none; opacity: 0.5; } - -@page { - size: auto -}