diff --git a/src/Umbraco.Web.UI.Client/src/app.ts b/src/Umbraco.Web.UI.Client/src/app.ts index 12eeac2c7b..cdead9267e 100644 --- a/src/Umbraco.Web.UI.Client/src/app.ts +++ b/src/Umbraco.Web.UI.Client/src/app.ts @@ -29,7 +29,7 @@ export class UmbApp extends UmbContextProviderMixin(LitElement) { :host, #outlet { display: block; - width: 100vw; + width: 100%; height: 100vh; } `; diff --git a/src/Umbraco.Web.UI.Client/src/installer/installer-layout.element.ts b/src/Umbraco.Web.UI.Client/src/installer/installer-layout.element.ts index a551600784..2f1f1b6ab1 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/installer-layout.element.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/installer-layout.element.ts @@ -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 {