Hello!
I’m having trouble positioning some cards using sticky positioning. What I want is for the cards to stack on top of each other as you scroll. I have a section with position: static
, inside it a container with position: relative
, and inside that, cards with the class sticky-card
set to position: sticky
and top: 0
. The behavior of the cards is as if they are static. It doesn’t seem like the sticky is working. There’s no parent with overflow hidden or anything similar. I want to replicate this: Component Preview