Email or username:

Password:

Forgot your password?
2 posts total
Johannes Odland

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.

johannesodland.github.io/2024/

Johannes Odland

We are still struggling with web views and embedded browsers not supporting viewport relative length units correctly.

Firefox on iOS is still changing vh, lvh and svh when the user scrolls and the navigation bar dissappers:

github.com/mozilla-mobile/fire

Incorrect *vh units are causing havoc for end users and authors. If not mitigated, the page layout can change drastically when scrolling in these browsers.

Kudos to @bramus for opening an interop issue on the subject 🙌

github.com/web-platform-tests/

We are still struggling with web views and embedded browsers not supporting viewport relative length units correctly.

Firefox on iOS is still changing vh, lvh and svh when the user scrolls and the navigation bar dissappers:

github.com/mozilla-mobile/fire

Incorrect *vh units are causing havoc for end users and authors. If not mitigated, the page layout can change drastically when scrolling in these browsers.

Go Up