- From: David Bokan via GitHub <sysbot+gh@w3.org>
- Date: Thu, 17 Oct 2019 02:41:21 +0000
- To: public-css-archive@w3.org
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