mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
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:
parent
12ab7a2372
commit
bdb8cfa88b
@ -39,7 +39,7 @@ body {
|
|||||||
app-root {
|
app-root {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-mdc-card {
|
.mat-mdc-card {
|
||||||
|
Loading…
Reference in New Issue
Block a user