diff --git a/src/flyout.css b/src/flyout.css index fd5c06d7..f0c01489 100644 --- a/src/flyout.css +++ b/src/flyout.css @@ -176,3 +176,10 @@ small a { text-decoration: none; color: var(--readthedocs-flyout-link-color); } + +/* Hide flyout when printing or generating PDFs */ +@media print { + :host { + display: none !important; + } +} \ No newline at end of file