i think if add Disappear class to the admin menu in print, I will be more useful.
Make sense
You can create a different CSS style that will be applied on print.
<STYLE TYPE="text/css" MEDIA="print">
Exactly
It would be a quick fix, adding class d-print-none at following
https://github.com/OrchardCMS/OrchardCore/blob/0b4c844cea0da6ccf85905ae9f73f0a7661242be/src/OrchardCore.Themes/TheAdmin/Views/Layout.cshtml#L43
Nice one.
Most helpful comment
It would be a quick fix, adding class
d-print-noneat followinghttps://github.com/OrchardCMS/OrchardCore/blob/0b4c844cea0da6ccf85905ae9f73f0a7661242be/src/OrchardCore.Themes/TheAdmin/Views/Layout.cshtml#L43