From ad0406d4c378e5957561ee81c51c163ea95b4a33 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 09:55:27 +0000 Subject: [PATCH] Fix: Hide header in print mode --- src/pages/Briefing.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/Briefing.tsx b/src/pages/Briefing.tsx index 8371630..bea8a4a 100644 --- a/src/pages/Briefing.tsx +++ b/src/pages/Briefing.tsx @@ -17,6 +17,10 @@ const Briefing = () => { -webkit-print-color-adjust: exact; } + nav { + display: none !important; + } + .no-print { display: none !important; }