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>
7 lines
102 B
CSS
7 lines
102 B
CSS
/* Spacer after L6 so scroll can stop */
|
|
.stack-stop,
|
|
.stop {
|
|
height: 1px;
|
|
margin-bottom: 4rem;
|
|
}
|