Do you ever use CSS Scroll Snap?
It's awesome, and there's even a Level 2 version of the spec coming with a `:snapped` pseudo selector and `scrollsnapchange` and `scrollsnapchanging` events. 🎉
Have you tried it on the <html> element though? It should work, but there's a host of issues.
Todays wish is for Safari to improve support for CSS Scroll Snap on the <html> element.
https://johannesodland.github.io/2024/12/14/web-wish-14-scroll-snapping-in-the-viewport.html
@johannes TIL 😅