[Webkit-unassigned] [Bug 240713] Accept Viewport Units in Media Queries
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 20 07:40:37 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=240713
--- Comment #2 from Bramus <bramus at google.com> ---
Further testing (on an iPhone 13 Pro) reveals that values up to 85vh work:
```css
@media (min-height: 85vh) { /* Works */
body {
background: lightgreen;
}
}
@media (min-height: 86vh) { /* Does not work */
body {
background: lightgray;
}
}
```
--
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/20220520/e46c5dc3/attachment.htm>
More information about the webkit-unassigned
mailing list