Change the app min-height from 100vh to 100dvh so that the stage view will displayed properly on iOS devices.

This commit is contained in:
Chris Witterholt 2024-09-29 13:54:03 +02:00
parent 12ab7a2372
commit bdb8cfa88b
No known key found for this signature in database
GPG Key ID: 66C03249E4759AE9

View File

@ -39,7 +39,7 @@ body {
app-root {
display: flex;
flex-direction: column;
min-height: 100vh;
min-height: 100dvh;
}
.mat-mdc-card {