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>
This commit is contained in:
2026-05-20 23:01:00 -04:00
co-authored by Cursor
parent 07dffaa323
commit acfc6ddd86
11 changed files with 105 additions and 116 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
/* Import in each stack variant: @import '../shared/stack-vars.css'; */
/* Shared stack scroll — one viewport per layer */
:root {
--stack-nav: 2.5rem;
--stack-stick: 0.5rem;
--stack-step: 1.75rem;
--stack-tick: 13vh;
--stack-overlap: 11.5vh;
--stack-stick: 3rem;
--stack-step: 2.75rem;
--stack-slot: 100vh;
--stack-slot-last: 55vh;
}