use native API scrollIntoView and make someone element scrolling to center, see Demo in codepen in Safari.
Element.scrollIntoView({
behavior: 'smooth',
inline: 'center'
});
the polyfill cannot make it center in Safari, it looks like only for inline: 'sart'
use native API scrollIntoView and make someone element scrolling to center, see Demo in codepen in Safari.
the polyfill cannot make it center in Safari, it looks like only for
inline: 'sart'