Hide navbar when printing

pull/2913/head
Gavin John 2 years ago committed by GitHub
parent 9bd76e2b84
commit 008acfdfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,4 +41,10 @@ provide('close-screen', closeScreen)
position: fixed;
}
}
@media print {
.VPNav {
display: none;
}
}
</style>

Loading…
Cancel
Save