diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 501e5d89..3e5ea16e 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -7420,7 +7420,8 @@ function onwrapscroll () { lastY = newY; } -window.addEventListener('scroll', onwrapscroll); +if(!IE) + window.addEventListener('scroll', onwrapscroll); function onwidgetresize(){ var widget = ebi('widget');