- From: Adam Jaggard via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Oct 2021 10:22:48 +0000
- To: public-css-archive@w3.org
@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