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
This would be great to have an included fallback to old vh units when using new dynamic ones, in case the device doesn't support it.
Now we have to create our own overrides of h-{s,d,l}vh to have a proper fallback.
On older phones (ios14 or Opera mobile and so on) using h-{s,d,l}vh result in no height being set at all.
I think we can assume that the intent behind using h-{s,d,l}vh (100{s,d,l}vh) can translate to h-screen (100vh) on unsupported devices.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This would be great to have an included fallback to old
vh
units when using new dynamic ones, in case the device doesn't support it.Now we have to create our own overrides of
h-{s,d,l}vh
to have a proper fallback.On older phones (ios14 or Opera mobile and so on) using
h-{s,d,l}vh
result in no height being set at all.I think we can assume that the intent behind using
h-{s,d,l}vh
(100{s,d,l}vh
) can translate toh-screen
(100vh
) on unsupported devices.Beta Was this translation helpful? Give feedback.
All reactions