print: remove menu placeholder in Firefox #335

This commit is contained in:
Sören Weber 2022-10-07 12:02:28 +02:00
parent a7b0443c2a
commit e572214372
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -4,10 +4,10 @@
display: none;
}
#body {
margin-left: 0;
min-width: 100%;
max-width: 100%;
width: 100%;
margin-left: 0 !important;
min-width: 100% !important;
max-width: 100% !important;
width: 100% !important;
}
#body #navigation {
display: none;