throwaway56789·11 ปีที่แล้ว·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);