diff --git a/demo-shell/src/custom-style-dev.scss b/demo-shell/src/custom-style-dev.scss index 18eb2e1e3a..37e7f1272f 100644 --- a/demo-shell/src/custom-style-dev.scss +++ b/demo-shell/src/custom-style-dev.scss @@ -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; +} diff --git a/demo-shell/src/custom-style.scss b/demo-shell/src/custom-style.scss index 8dd59f1809..77dbb6e4dd 100644 --- a/demo-shell/src/custom-style.scss +++ b/demo-shell/src/custom-style.scss @@ -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; +}