installer now works on smaller screens

This commit is contained in:
JesmoDev
2022-06-07 13:12:39 +02:00
parent f401ce9743
commit f144daa6bd
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export class UmbApp extends UmbContextProviderMixin(LitElement) {
:host,
#outlet {
display: block;
width: 100vw;
width: 100%;
height: 100vh;
}
`;

View File

@@ -31,8 +31,8 @@ export class UmbInstallerLayout extends LitElement {
position: relative;
display: flex;
justify-content: flex-end;
width: 100vw;
height: 100vh;
width: 100%;
min-height: 100vh;
}
#box {