Position sticky not working for me

Good day,
I am trying to get my position sticky to work before I continue. Don’t understand the issue as I have done this before with no issues, all my parent overflows are visible, I do have my image in my cms cropped though, but it is not a parent…any help would be greatly appreciated

Hello @jillbascome,
The problem you have has to do with your element website_scroll_visual its height is set to 100%, which means that it covers the entire scrolling parent div, so it has not anchor to stick to. Simply reset the value from 100% to 100vh or to whatever value smaller than the scrolling div and it should work. I hope this helps!

@jillbascome Please remove this 100% and check if it will work

It worked perfectly! Thank you

1 Like