diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts index bd9148b73c..b2e0f9a2b2 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts @@ -36,5 +36,5 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, HostBindi export class PageLayoutContentComponent { @Input() @HostBinding('class.aca-scrollable') - scrollable = true; + scrollable = false; }