mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix login scroll-lesness issue (#2673)
This commit is contained in:
committed by
Eugenio Romano
parent
a62d550325
commit
cef3a073ac
@@ -30,3 +30,7 @@ body, html {
|
||||
font-family: mat-font-family($alfresco-typography);
|
||||
line-height: mat-line-height($alfresco-typography, body-1);
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: auto;
|
||||
}
|
||||
|
@@ -30,3 +30,7 @@ body, html {
|
||||
font-family: mat-font-family($alfresco-typography);
|
||||
line-height: mat-line-height($alfresco-typography, body-1);
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user