fix(css): fix sticky footer with layout-fixed and prevent sidebar scroll chaining (#5805, #5864)
- Fixed footer: add min-height: 0 on app-main when layout-fixed is used
so the grid row correctly constrains the main area while keeping the
footer pinned at bottom.
- Sidebar: add overscroll-behavior: contain to sidebar-wrapper to prevent
scroll events from propagating to the body on mobile, which could
trigger viewport resizes and unintended sidebar collapse.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>