Re: [csswg-drafts] [css-positioning] position: popover proposal (#5699)

There are less extreme ways to make this work though.

For example, if the popups are clipped by `contain: paint`, we can use `overflow-clip-margin`, which is a fairly new addition, to pad the clip imposed by paint containment. This means that the author can make padding 'large enough' for the popup but not infinite as to defeat any kind of browser optimizations that rely on skipping off-screen work.

`overflow-clip-margin` doesn't apply to `overflow: hidden` though, but maybe this can work together with the 'spill-over' behavior

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 8 February 2021 16:34:00 UTC