Eraly
Results
3
comments of
Eraly
I had the same error as you and the reason was in ` ` because the poster had the path `'/'` stupid mistake)
> ```js > onst overflow = 100 > document.body.style.overflowY = 'hidden' > document.body.style.marginTop = `${overflow}px` > document.body.style.height = window.innerHeight + overflow + "px" > document.body.style.paddingBottom = `${overflow}px` > window.scrollTo(0, overflow)...