Open
Description
https://drafts.csswg.org/css-overscroll-behavior-1
It seems to me, in all of my poking and prodding of overscroll-behavior
, that whenever an author would want to inhibit scroll chaining, by use of overscroll-behavior: none
, they would also want to keep from a users selection of text inside to cause scrolling of any ancestor scrollers. From what I can gather, user-select: contain
may have some implications here if it separately covers this case and would require use of both property declarations, or if it's worthwhile to the effect provided only by overscroll-behavior: none
?