Bug
In the web dashboard, the Change Model modal overlaps with — and renders behind — the left sidebar when the Teal Large theme is active. The leftmost portion of the modal is hidden beneath the sidebar's frame and is not clickable.
Steps to reproduce
- Launch the dashboard:
hermes dashboard
- Theme picker → Teal Large
- Click Change Model in the chat or models panel
- Observe: the modal's left edge is hidden behind the sidebar
Expected behavior
Modal should render fully above all chrome (sidebar, header), as it does in non-Large theme variants.
Workaround
Switch to any non-Large theme variant — the bug appears specific to the Large-size theme variants, suggesting the typography/spacing upscale isn't being accounted for in modal positioning offsets (likely a z-index or absolute-position issue, not visible in standard-size theme variants).
Environment
- Hermes Agent: v0.14.0 (build 2026.5.16)
- OS: Zorin OS 18.1
- Browser: Brave 148.1.90.122
- Display: 1400×1050 (NoMachine remote desktop session)
- Python: 3.12.3
Bug
In the web dashboard, the Change Model modal overlaps with — and renders behind — the left sidebar when the Teal Large theme is active. The leftmost portion of the modal is hidden beneath the sidebar's frame and is not clickable.
Steps to reproduce
hermes dashboardExpected behavior
Modal should render fully above all chrome (sidebar, header), as it does in non-Large theme variants.
Workaround
Switch to any non-Large theme variant — the bug appears specific to the Large-size theme variants, suggesting the typography/spacing upscale isn't being accounted for in modal positioning offsets (likely a z-index or absolute-position issue, not visible in standard-size theme variants).
Environment