Closed
Description
Deployment Type
Self-hosted
Triage priority
I volunteer to perform this work (if approved)
NetBox Version
v4.1.7
Python Version
3.10
Steps to Reproduce
- Goto any object page at https://demo.netbox.dev/
- Ctrl-P
- View that the Lightmode/User menu exists.
Expected Behavior
The site should suppress these items as they are also in the same section as the search input “d-print-none”
netbox/netbox/templates/base/layout.html
Line 60 in 674af4d
Observed Behavior
It looks like the desktop version print view is somehow using/trigger the mobile view. I tested on both Chrome (131.0.6778.109 (Official Build) (64-bit)) and Firefox (128.5.1esr (64-bit)). Adding “d-print-none” to mobile view fixes the issue.