Removes dual-sticky tabs and tiny scroll ticks that broke folder overlap. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
184 B
CSS
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;
|
|
}
|