I have several pinned elements on the left side that overlap a strip background when I scroll near the bottom. I have tried multiple times writing code to get at least one element to .hide before reaching the strip background.
Sample of what I have written but is not working.
export function columnStrip1_viewportEnter ( event ) {
$w ( ‘#text32’ ). hide ();
Any help would be great!