Help! Sticky doesn’t work :(

Hello,

I’m sure I follow the right steps, but the sticky element (gray container) doesn’t work with the custom code. Can someone generously take a look?

[the links have been disabled since the problem has been solved, thank you!]

Here’s the code I used to target the container:

.intro-image { position: -webkit-sticky; position: sticky; top:0; }

Thank you in advance for any help!

intro and intro-left is 100vh. Since these two elements doesn’t go past the screen height, the image you are trying to stick doesn’t move.

1 Like

Thank you! I changed the height of those two elements and it worked :slight_smile: