- From: Romain Menke via GitHub <noreply@w3.org>
- Date: Sun, 25 Jan 2026 08:13:23 +0000
- To: public-css-archive@w3.org
Is it correct that your setup looks something like this:
```css
@layer privy {
#privy-dialog {
position: absolute;
}
}
@layer reset {
* {
position: relative;
}
}
/* ... more styles and layers for your project */
```
With all the 3rd party (privy) stuff in earlier layer than your reset?
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13213#issuecomment-3796177291 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 25 January 2026 08:13:23 UTC