Skip to content

Commit

Permalink
chore: remove TOC from printable (#16020)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-sethuraman committed Jun 20, 2022
1 parent 8e84c21 commit 285fbc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/assets/scss/print.scss
Expand Up @@ -196,6 +196,9 @@ ul {
page-break-inside: avoid;
}

.docs-toc {
display: none;
}

@media print {
@page {
Expand Down

0 comments on commit 285fbc5

Please sign in to comment.