use native API [scrollIntoView](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) and make someone element scrolling to center, see [Demo in codepen](https://codepen.io/imjeen/full/wveRrJL) in Safari. ```js Element.scrollIntoView({ behavior: 'smooth', inline: 'center' }); ``` the polyfill cannot make it center in **Safari**, it looks like only for ` inline: 'sart'`