Re: [csswg-drafts] [css-variables] User Agent properties and variables

Why don't you just add a property to `body` or `html` that tells the browser that it's ok to render stuff that's normally cut off because it's outside the viewport?

```
render-safe-area: allow;
```

And then the UA can just fill up the space as needed with stuff that's normally cut off? This way the developer could just place elements outside the normally available viewport, e.g. render a header element that should extend to the edges of the screen with negative margins.

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

Received on Wednesday, 13 September 2017 19:45:54 UTC