Skip to content

Polyfill smooth scrolling for Safari

Mark Florian requested to merge 369237-polyfill-smooth-scrolling-safari into master

What does this MR do and why?

This polyfills Safari browsers to enable programmatic smooth scrolling on elements with overflow: hidden.

Implemented behind the fix_safari_smooth_scroll feature flag.

Addresses #369237 (closed).

Screenshots or screen recordings

Before After
TODO TODO

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #369237 (closed)

Edited by Mark Florian

Merge request reports