Hello,
With the new version of Safari 15.4, the CSS property scroll-behavior: smooth
will block the JS scroll on element.scrollTop = xx
. The release note says scroll-behavior
props will be supported by this new version, but it only blocks scrolls... If I remove the scroll-behavior
CSS props, the scroll will work correctly, but of course with no animation. How to scroll with scrollTop
but with smooth transition ? There is the good place to report bugs to Safari developers ?
Thanks