Re: [csswg-drafts] [css-overscroll-behavior] Control behavior based upon user scrollability and for chaining/bubbling up from elements not being at a scroll boundary, like the supported of overscroll of overflow:hidden elements not at scroll boundary (#3349)

@andersk yup, it's a different case, and is why I changed the title of this to address more configuration options of this property. And above, @majido already addressed the current state of blinks bug that resolves the case you describe. And for your case, though I wouldn't always recommend it, you could sacrifice the root scroller and simply have two independent sibling scrollers that are fixpos inside the body element for both the content of your site and the modal view.

Also, at least in blink and gecko, scrolling never propagates up to the root scroller from within a fixed modal anyways.

-- 
GitHub Notification of comment by jonjohnjohnson
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3349#issuecomment-502905285 using your GitHub account

Received on Tuesday, 18 June 2019 01:05:49 UTC