Azure / iot-ux-fluent-css

A minimal set of styles, themes and colors that are standardized across the Azure IoT organization.
MIT License
9 stars 10 forks source link

Fix height issue on webkit #49

Closed PatoBeltran closed 3 years ago

PatoBeltran commented 3 years ago

It seems like there's a mess in mobile browsers around what 100vh means (https://nicolas-hoizey.com/articles/2015/02/18/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers/).

Today on iphone mobile usage, our page grows to be hidden by safari's footer bar, which makes it really bad to interact. I've tested this in all mayor desktop browsers as well as safari on an iphone and it works as expected.