mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[10] [web responsive]: hide header when print directly from browser
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
header {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> .main-nav {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user