iOS Full Height Fix CSS

PHOTO EMBED

Sat Nov 16 2024 11:50:21 GMT+0000 (Coordinated Universal Time)

Saved by @edcloudnineweb

/* Instead of using 100vh, use the following */
height: calc(var(--vh, 1vh) * 100);
content_copyCOPY