Re: [csswg-drafts] [css-overflow-3] Scrollable Overflow contributions of zero height/width elements (#4791)

Thats correct. At least "directly" to scrollable overflow. They can *indirectly* contribute to scrollable overflow via something like:

```html
<!DOCTYPE html>
<div style="width: 100px; height: 100px; overflow: scroll; display: grid;">
  <div style="width: 0; height: 120px; outline: solid red;"></div>
  <div style="width: 120px; height: 0; outline: solid green;"></div>
</div>
```

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


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

Received on Wednesday, 16 June 2021 17:32:19 UTC