From 6e3c66348417faf77f13bcac647f53190efc59dd Mon Sep 17 00:00:00 2001 From: Martin Thomson <mt@lowentropy.net> Date: Fri, 20 Oct 2023 15:08:55 +0200 Subject: [PATCH] fix: hide sidebar and dark/light toggles from print (#6502) Fixes #6501. --- ietf/templates/doc/document_html.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/doc/document_html.html b/ietf/templates/doc/document_html.html index b1c54ce73..7a5c93b5b 100644 --- a/ietf/templates/doc/document_html.html +++ b/ietf/templates/doc/document_html.html @@ -51,7 +51,7 @@ </head> <body> {% analytical_body_top %} - <div class="btn-toolbar sidebar-toolbar position-fixed top-0 end-0 m-2 m-lg-3"> + <div class="btn-toolbar sidebar-toolbar position-fixed top-0 end-0 m-2 m-lg-3 d-print-none"> <div class="dropdown"> <button class="btn btn-outline-secondary btn-sm me-1 dropdown-toggle d-flex align-items-center" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown"