Re: [csswg-drafts] [css-values-4] Add vhc value (#4329)

My recommendation would be the inset is a "collapsible height", i.e. how much the UA might expand as a result of scrolling.

In this case, this would be the full URL bar height, regardless of whether that's showing. So the full height would be:

```
height: calc(100vh - env(inset-collapsible-height))
```

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

Received on Thursday, 17 October 2019 02:41:23 UTC