Re: [csswg-drafts] Cannot create element covering entire visual viewport (#8410)

Does
```
#mask_layer {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 40%);
  backdrop-filter: blur(4px);
}
```
work?

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


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

Received on Thursday, 1 June 2023 18:51:39 UTC