question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

-ms-scroll-chaining similar to overscroll-behavior?

See original GitHub issue

Consider adding -ms-scroll-chaining as prefix for overscroll-behavior.

Note that the overscroll-behavior property allows for authors to specify on which axis overscroll-behavior applies to (by setting overscroll-behavior-{x/y}, while -ms-scroll-chaining does not allow for that type of control.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
aicommented, Feb 23, 2018

Done 49eecef.

Thanks for great instructions. They really helped. I will release it when #989 will be fixed.

0reactions
aicommented, Mar 2, 2018

Released in 8.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

overscroll-behavior - CSS: Cascading Style Sheets | MDN
The overscroll-behavior CSS property sets what a browser does when reaching the boundary of a scrolling area.
Read more >
Generic Scroll Chaining Prevention Mechanism (or ... - WICG
Many browsers do navigation actions once user overscrolls the viewport. Lack of control over this behaviour has been a well-known pain for ...
Read more >
Prevent Scroll Chaining With Overscroll Behavior
That is called scroll chaining. It's a default behavior that can be overridden now with a new CSS property called overscroll-behavior .
Read more >
CSS Tip: What is Scroll Chaining? - DEV Community ‍ ‍
Just apply overscroll-behavior on the body to prevent it from happening anywhere.
Read more >
CSS overscroll-behavior | Can I use... Support ... - CanIUse
CSS property to control the behavior when the scroll position of a scroll container reaches the edge of the scrollport. Usage % of....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found