Hi there, I forked a CodePen based off this topic:  The logic in the CodePen worked great for my needs but I found that the logic depends on having the elements with absolute positioning which prevents the links from working. The only link that works is for very last element in the pinned area.   gsap.set(elem, { position: "absolute", top: 0 });   Is there alternative logic I can use so that the animation stays the same but that the links are clickable?   Thank y