You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
iPhone XS, 11 Pro, possibly others.
Firefox Daylight 33.1 (4629), Firefox Focus 8.1.7
The CSS rule
@media (min-width: 89.35vw) { body { background: red } }
isn't applied on landscape orientation, but is applied on portrait orientation.The CSS rule
@media (min-width: 89.34vw) { body { background: red } }
is applied normally.This discrepancy is not present in Safari.
Essentially, there is a discrepancy in detected vw unit size vs width, in landscape orientation.
I haven't tested, but similar issue might be applicable for vh units and height in portrait orientation (unsure).
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: