mirror of
https://github.com/dergigi/boris.git
synced 2026-01-05 16:04:36 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user