From bdb8cfa88b915ddf572b2705f9779752c43235a9 Mon Sep 17 00:00:00 2001 From: Chris Witterholt Date: Sun, 29 Sep 2024 13:54:03 +0200 Subject: [PATCH] Change the app min-height from 100vh to 100dvh so that the stage view will displayed properly on iOS devices. --- src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 019b0dd..6557d3d 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -39,7 +39,7 @@ body { app-root { display: flex; flex-direction: column; - min-height: 100vh; + min-height: 100dvh; } .mat-mdc-card {