funkhaus / fuxt

A complete Headless WordPress tech stack built on Nuxt.
219 stars 28 forks source link

Feature upgrade: Use `dvh` instead of 100vh when on mobile #59

Closed drewbaker closed 1 year ago

drewbaker commented 1 year ago

The 100dvh unit should solve the 100vh issue on mobile.

https://caniuse.com/viewport-unit-variants

https://www.bram.us/2021/07/08/the-large-small-and-dynamic-viewports/

drewbaker commented 1 year ago

Done!