magic-akari / seamless-scroll-polyfill

Scroll Behavior polyfill
https://www.npmjs.com/package/seamless-scroll-polyfill
MIT License
159 stars 12 forks source link

window.scrollTo with behavior: 'smooth' doesn't scroll to the top of the page with safari #93

Closed ieozt38 closed 4 years ago

ieozt38 commented 4 years ago

On Safari code below doesn't scroll to the top of the page however on other browsers it does. When I delete smooth-scrolling, it scrolls back to the top. (Angular 10) script added in index.html.

   window.scrollTo({
      behavior: 'smooth',
      top: 0,
      left: 0,
    }); 
719media commented 4 years ago

May be related: #100