Skip to content

Instantly share code, notes, and snippets.

@projektorius96
Created March 15, 2020 18:37
Show Gist options
  • Save projektorius96/fdaeeb272303548582df14f644eca7d3 to your computer and use it in GitHub Desktop.
Save projektorius96/fdaeeb272303548582df14f644eca7d3 to your computer and use it in GitHub Desktop.
// Solution to this: https://www.chromestatus.com/features/6662647093133312
window.addEventListener("wheel", function (e) {e.preventDefault()}, {passive: false}); // no more mouse wheel scrolling [both sides]
// window.addEventListener("wheel", function (e) {e.preventDefault()}, {passive: true}); this is default behaviour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment