Caniuse: Add overscroll-behavior (previously known as scroll-boundary-behavior)

Created on 14 Sep 2017  路  10Comments  路  Source: Fyrd/caniuse

Most helpful comment

@tobireif Ah, thanks for the reminder. Have updated the entry accordingly.

All 10 comments

+1

https://bugzilla.mozilla.org/show_bug.cgi?id=951793#c33

In the latest version of the spec, the property name has been changed to 'overscroll-behavior'.

While the URL didnt change, its indeed renamed in https://wicg.github.io/scroll-boundary-behavior/.

EDIT, 2017-11-17:

Now the old URL is 404, new one: https://wicg.github.io/overscroll-behavior/

EDIT2, 2017-12-07:

WebKit Bug: https://bugs.webkit.org/show_bug.cgi?id=176454

Currently, (for example) this works in Chrome Canary:

body {
  overscroll-behavior: none;
}

Now available at https://caniuse.com/#feat=css-overscroll-behavior

Great! Thanks!

Related: The table says that Chrome 63 supports it, but it doesn't. For example this works in Canary but not in Chrome stable 63:

body {
聽 overscroll-behavior: none;
}

@tobireif Ah, thanks for the reminder. Have updated the entry accordingly.

You can check this post here. It's in french? It explains how to use overscroll behavior to fix scroll on ly in a modal Dialog : https://blog.buddyweb.fr/css-overscroll-behavior-contr%C3%B4lez-le-scroll-de-vos-interfaces-d8754f0e68a6.

And this pen shows how the case : https://codepen.io/sebconejo/pen/VEqprj
.
)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Schweinepriester picture Schweinepriester  路  3Comments

valioDOTch picture valioDOTch  路  3Comments

mhartoft picture mhartoft  路  3Comments

Fyrd picture Fyrd  路  3Comments

myfonj picture myfonj  路  3Comments