Advertisement
artemsemkin

Asli theme: disable mouse interaction when scrolling

Aug 5th, 2024 (edited)
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. html.lenis-scrolling [data-arts-cursor-follower-target], html.lenis-scrolling [data-arts-cursor-follower-target] * {
  2.   pointer-events: none;
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement