diff --git a/src/app/components/login/login.component.scss b/src/app/components/login/login.component.scss index bd49a3e412..e1a92ef1fe 100644 --- a/src/app/components/login/login.component.scss +++ b/src/app/components/login/login.component.scss @@ -4,7 +4,7 @@ .kLoginContainer { position: absolute; width: 100%; - height: 100%; + min-height: 100%; flex-flow: column; display: flex; box-sizing: border-box; @@ -15,6 +15,7 @@ .kLoginCenter { box-sizing: border-box; display: flex; + flex: 1 1 auto; flex-flow: row wrap; margin: 0 -14px; justify-content: center;