Fix: Hide header in print mode

This commit is contained in:
gpt-engineer-app[bot]
2025-10-26 09:55:27 +00:00
parent 259765592e
commit ad0406d4c3

View File

@ -17,6 +17,10 @@ const Briefing = () => {
-webkit-print-color-adjust: exact;
}
nav {
display: none !important;
}
.no-print {
display: none !important;
}