Re: [csswg-drafts] Make child visible outside of `overflow: hidden` (#4092)

@GrossDesignCo ran into this same issue. The overflow container being higher up in the DOM and a child having to be `position: relative` in order to position a context menu relative to that child. I got by with the `position: fixed` hack mentioned further up but it has downsides. Would be great if I could just pull it out of the visual render stack of the scrolling grandparent but still position it as usuall against the closest positioned parent.

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


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

Received on Friday, 1 October 2021 10:22:50 UTC