To fix the horrible scroll (never, ever interfere with the scroll functionality!!!) add this in the console / scratchpad etc.: window.addEventListener("scroll", function(ev) { ev.stopPropagation(); }, true);
To fix the horrible scroll (never, ever interfere with the scroll functionality!!!) add this in the console / scratchpad etc.: window.addEventListener("scroll", function(ev) { ev.stopPropagation(); }, true);