refactor(layout): switch to document scroll with sticky sidebars

- Remove fixed container heights from three-pane layout
- Desktop: sticky sidebars with max-height, document scrolls
- Mobile: keep fixed overlays unchanged
- Update scroll direction hook to use window scroll
- Update progress indicator z-index to 1102 (above mobile overlays)
- Apply Tailwind utilities to App container
- Maintain responsive behavior across breakpoints
This commit is contained in:
Gigi
2025-10-13 21:36:08 +02:00
parent dbc0a48194
commit aab67d8375
4 changed files with 51 additions and 33 deletions

View File

@@ -109,7 +109,7 @@
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
z-index: 1102; /* Above mobile sidepanes (1001) and backdrop (999) */
background: rgba(26, 26, 26, 0.95);
backdrop-filter: blur(8px);
border-top: 1px solid rgba(255, 255, 255, 0.1);