Skip to content

Commit

Permalink
[ACS-6081] rollback default scrollable value [ci:force]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua committed Nov 22, 2023
1 parent 48f9c5e commit d592e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, HostBindi
export class PageLayoutContentComponent {
@Input()
@HostBinding('class.aca-scrollable')
scrollable = true;
scrollable = false;
}

0 comments on commit d592e8e

Please sign in to comment.