fix(layout): sidebar scrollbar affordance on short viewports (PMC-17) #27
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/pmc-17-dashboard-scrollbar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes PMC-17 (Dashboard UI). Of the five sub-tasks, PMC-18/PMC-19/PMC-21 were already resolved in main and closed in the audit pass; PMC-20 was closed as blocked-on-server (no
/api/v1/reports/dashboardendpoint exists yet). Only PMC-22 needed a code change.PMC-22: swap the desktop sidebar's
.scrollbar-hidefor.scrollbar-thinso a long nav list surfaces a slim scrollbar when the viewport is short instead of silently clipping. At full height nothing visually changes.Test plan
cargo check --features webclean🤖 Generated with Claude Code
Pull request closed