-ms-scroll-chaining similar to overscroll-behavior?
See original GitHub issueConsider 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:
- Created 6 years ago
- Reactions:1
- Comments:9 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Done 49eecef.
Thanks for great instructions. They really helped. I will release it when #989 will be fixed.
Released in 8.1