Apple's insitent failure to support `overflow-x: hidden` on the `<html/>` element (alone) in Safari is causing me much grief.
(In Safari 16+ `overflow-x: clip` works as a workaround but that leaves all older versions still affected.)
Long story short, having weighed all other options, I'm forced to add a heavy-handed scroll-event listener that insta-resets any horizontal scrolling on the <html/> element.
💔🍏
