Remix.run Logo
ajyoon 6 hours ago

Scroll wheel hijacked on this entire domain

grav 6 hours ago | parent | next [-]

Fix:

  (() => {
  const KILL = ['wheel', 'mousewheel', 'DOMMouseScroll', 'touchmove'];
  const block = e => e.stopImmediatePropagation();
  for (const t of KILL) {
    window.addEventListener(t, block, { capture: true, passive: true });
    document.addEventListener(t, block, { capture: true, passive: true });
  }
  document.documentElement.classList.remove('lenis','lenis-smooth','lenis-scrolling','lenis-stopped');
  console.log('Scroll hijack disabled — native scrolling restored.');
  })();
sethops1 4 hours ago | parent [-]

The fix is to close the tab.

matchbok3 6 hours ago | parent | prev | next [-]

Yeah this website is horrendous to use. What were they thinking?

BadBadJellyBean 6 hours ago | parent [-]

You mean "what was the LLM thinking?"

infraredshift 6 hours ago | parent | prev [-]

[dead]