Remove navigation arrows from print

This commit is contained in:
Sören Weber 2020-10-05 12:19:52 +02:00
parent 023fe7ef2b
commit 1cad4cc2f6

View file

@ -372,6 +372,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
display: table; display: table;
} }
} }
@media print {
#body #navigation {
display: none;
}
}
#body .nav { #body .nav {
position: fixed; position: fixed;
top: 0; top: 0;