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:
+3
-16
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user