throwaway56789·vor 11 Jahren·discussTo 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);
window.addEventListener("scroll", function(ev) { ev.stopPropagation(); }, true);