barsa-develop-components 2.2.86 → 2.2.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -941,8 +941,6 @@ class LoginFormComponent extends FormBaseComponent {
941
941
  this._activatedRoute.queryParams.pipe(takeUntil(this._onDestroy$)).subscribe((params) => {
942
942
  BarsaApi.Bw.SetCultureByDisplayName(params.culture);
943
943
  });
944
- const root = document.documentElement;
945
- root.style.setProperty('--absolute-page-top', '0px');
946
944
  super.ngOnInit();
947
945
  this.layout94$.subscribe((layout94) => {
948
946
  this.layout94 = layout94;