Fix login scroll-lesness issue (#2673)

This commit is contained in:
Popovics András
2017-11-20 14:41:37 +00:00
committed by Eugenio Romano
parent a62d550325
commit cef3a073ac
2 changed files with 8 additions and 0 deletions

View File

@@ -30,3 +30,7 @@ body, html {
font-family: mat-font-family($alfresco-typography); font-family: mat-font-family($alfresco-typography);
line-height: mat-line-height($alfresco-typography, body-1); line-height: mat-line-height($alfresco-typography, body-1);
} }
body {
overflow: auto;
}

View File

@@ -30,3 +30,7 @@ body, html {
font-family: mat-font-family($alfresco-typography); font-family: mat-font-family($alfresco-typography);
line-height: mat-line-height($alfresco-typography, body-1); line-height: mat-line-height($alfresco-typography, body-1);
} }
body {
overflow: auto;
}