Hide document footer when printing

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

@ -63,6 +63,12 @@ const showFooter = computed(() => {
margin-top: 64px;
}
@media print {
.VPDocFooter {
display: none;
}
}
.edit-info {
padding-bottom: 18px;
}

Loading…
Cancel
Save