[Webkit-unassigned] [Bug 141832] Viewport height is taller than the visible part of the document in some mobile browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 03:15:29 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=141832

--- Comment #26 from Thomas Steiner <tomac at google.com> ---
A tweet [1] that proposed a workaround based on…

```css
body {
  min-height: 100vh;
  min-height: -webkit-fill-available`;
}
```

…went pretty viral (917 Retweets, 4.9K Likes), but even as a workaround this doesn't work universally, since Chrome honors `-webkit-fill-available`, but does something different [2] than Safari, see the demo [3]. 

–——
[1] https://twitter.com/AllThingsSmitty/status/1254151507412496384/
[2] https://twitter.com/tomayac/status/1255436168335953921
[3] https://100vh.glitch.me/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200429/82baa170/attachment.htm>


More information about the webkit-unassigned mailing list