Restore original sticky stack (cfca7aa): no scroll-sections, 52vh cards.

Reverts scroll-section/pull/is-stuck experiments that broke cover behavior.
Each card: sticky + stepped top + z-index; next card slides over previous.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-21 09:40:52 -04:00
co-authored by Cursor
parent f65e8c7018
commit 09b0f498ba
11 changed files with 257 additions and 235 deletions
+3 -16
View File
@@ -1,19 +1,6 @@
.scroll-section {
height: var(--stack-slot);
position: relative;
}
.scroll-section + .scroll-section {
margin-top: calc(-1 * var(--stack-pull));
}
.scroll-section--final {
height: var(--stack-slot-last);
min-height: 280px;
}
/* Spacer after L6 so scroll can stop */
.stack-stop,
.stop {
height: 2rem;
margin-bottom: 3rem;
height: 1px;
margin-bottom: 4rem;
}