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