Div with mouse move over element interaction still reads the cursor on scroll despite being covered by another div

Hey, I stumbled upon the issue with mouse move over element interactions.

I have an interaction on the section that moves elements inside but when scrolling down I want this interaction to stop so I figured I would add while scrolling interaction that would move another div on top of the section with interaction.

Now something weird happens - when you scroll interaction “catches” the cursor for a while causing the element to move as if interaction was still on.

I also tried adding pointer-event:none to the section with mouse over interaction and I got same behaviour on scroll.

Here is a simple ready link.
https://preview.webflow.com/preview/tom-test-41338e?utm_medium=preview_link&utm_source=designer&utm_content=tom-test-41338e&preview=e6639ddd62d67b08c602bcd696192ee3&pageId=6091331adedfae74fc6bff35&mode=preview

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.