I lost my sticky functionality

I don’t know how this happened, but my sticky settings disappeared and now I can’t remember how to recreate them. I’d set my left heading to stick to the top during scroll, and it just stopped. Now I put that heading’s div on sticky and “split content” (the parent) to relative, and I’m obviously missing something since it worked before. Any help would be greatly appreciated. I’m so close to being done with this project!


Here is my site Read-Only:
https://preview.webflow.com/preview/nathan-chitayat-6366e4be47c4b4d881027e8?utm_medium=preview_link&utm_source=designer&utm_content=nathan-chitayat-6366e4be47c4b4d881027e8&preview=ccbd3f0fef6ad004634098ef47f77555&pageId=601597f2aade425dfc7d4fce&mode=preview

@nitsanc Stickly element doesn’t play well with non Overflow: Visible parent elements even if its not direct. Just change your Container element from overflow: auto to overflow: visible.

I’m not sure if this is the version you saw, because I’ve been fiddling with it. I put the accent and the header into a div block and then made the div block sticky. I made the split content that the div block is in relative. They’re both on visible.
https://preview.webflow.com/preview/nathan-chitayat-6366e4be47c4b4d881027e8?utm_medium=preview_link&utm_source=designer&utm_content=nathan-chitayat-6366e4be47c4b4d881027e8&preview=ccbd3f0fef6ad004634098ef47f77555&pageId=60107520bb64cf3803f7a9c9&mode=preview

Oh, let me check all the parents.

Looks like that did it. Thanks so much. I have no idea what happened suddenly one of my pages lost all of its animation effects, and then that happened. You saved my sanity!