Hide "On this page" when printing

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

@ -55,6 +55,12 @@ useActiveAnchor(container, marker)
display: block;
}
@media print {
.VPDocAsideOutline {
display: none;
}
}
.content {
position: relative;
border-left: 1px solid var(--vp-c-divider);

Loading…
Cancel
Save