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

Indeed. The hacky workaround we had to go with is to move the tooltips to
the bottom of the DOM outside the table and position each one with
JavaScript so that it lines up with it’s respective table row. It’s pretty
ugly.

On Fri, Oct 1, 2021 at 3:23 AM Adam Jaggard ***@***.***>
wrote:

> @GrossDesignCo <https://github.com/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.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/w3c/csswg-drafts/issues/4092#issuecomment-932107645>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABGGRVSDWCJ2IYMR74V2KG3UEWDYFANCNFSM4H66MKAA>
> .
>


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


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

Received on Saturday, 2 October 2021 12:44:59 UTC