diff --git a/chutney/ui/src/app/modules/scenarios/components/execution/detail/execution.component.ts b/chutney/ui/src/app/modules/scenarios/components/execution/detail/execution.component.ts index 4be9dbc22..1f0b58129 100644 --- a/chutney/ui/src/app/modules/scenarios/components/execution/detail/execution.component.ts +++ b/chutney/ui/src/app/modules/scenarios/components/execution/detail/execution.component.ts @@ -536,7 +536,7 @@ export class ScenarioExecutionComponent implements OnInit, OnDestroy, AfterViewI if (scrollIntoView && step) { document.getElementById(step['rowId']).scrollIntoView({behavior: 'smooth', block: 'start'}); } - this.elementRef.nativeElement.scrollIntoView({behavior: 'instant', block: 'start'}) + // this.elementRef.nativeElement.scrollIntoView({behavior: 'instant', block: 'start'}) } private computeAllStepRowId() {