Re: [csswg-drafts] [css-position-3] Containing block of dialog fixed position children (#8040)

So how should the following behave:
```
<dialog style="position:absolute"> <!--- after showModal --->
  <div style="position:fixed"></div>
</dialog>
```

With the proposal (top layer is containing block for fixed) then the `position:fixed` will scroll with the document.

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


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

Received on Tuesday, 15 November 2022 00:20:54 UTC