fix: hide sidebar and dark/light toggles from print (#6502)

Fixes #6501.
This commit is contained in:
Martin Thomson 2023-10-20 15:08:55 +02:00 committed by GitHub
parent 431856eb5f
commit 6e3c663484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"