Using a relume animated component, the numbers on the left are suppose to stick while the user scrolls and the numbers flip to the next during scroll as well.
The page-wrapper is set to overflow: visible. I can’t seem to figure out why it’s not sticking.
Hello @Claire_Lee , the issue with your numbers not being sticky is because a parent section, section_hiring-process_feature-2, has overflow set to hidden, sticky does not work if any parent element is set to overflow hidden, change its overflow to either visible or clip and it should work. I hope this helps.