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>
8 lines
155 B
CSS
8 lines
155 B
CSS
/* Original working sticky stack (cfca7aa) */
|
|
:root {
|
|
--stack-nav: 2.5rem;
|
|
--stack-stick: 3.5rem;
|
|
--stack-step: 2.75rem;
|
|
--stack-card-min: 52vh;
|
|
}
|