levkin.ca/shared/stack-vars.css
ilia acfc6ddd86 Fix stack: 100vh slots, single sticky per layer, tabs not separate.
Removes dual-sticky tabs and tiny scroll ticks that broke folder overlap.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-20 23:01:00 -04:00

9 lines
184 B
CSS

/* Shared stack scroll — one viewport per layer */
:root {
--stack-nav: 2.5rem;
--stack-stick: 3rem;
--stack-step: 2.75rem;
--stack-slot: 100vh;
--stack-slot-last: 55vh;
}