- From: Tim Nguyen <notifications@github.com>
- Date: Wed, 08 Mar 2023 14:52:17 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 March 2023 22:52:29 UTC
Popovers currently have their containing block adjusted as the result of going into the top layer. This behavior feels a bit unexpected, I started to use `position: relative` on a container, so I could use `top/left/right/bottom` positioning relative to the container on the popover, but I remembered only later that it doesn't work because of the top layer containing block adjustment. I know this use case is supposed to be achievable with the CSS anchored positioning API, but I wouldn't be surprised if web developers would be surprised about this behavior. @mfreed7 @josepharhar What do you think? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/issues/218 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fullscreen/issues/218@github.com>
Received on Wednesday, 8 March 2023 22:52:29 UTC