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
+16
View File
@@ -0,0 +1,16 @@
/* Sticky stack slots — import after stack-vars.css */
.scroll-section {
height: var(--stack-slot);
position: relative;
}
.scroll-section--final {
height: var(--stack-slot-last);
min-height: 280px;
}
.stack-stop,
.stop {
height: 2rem;
margin-bottom: 3rem;
}