barsa-tiles 2.2.87 → 2.2.89

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.
@@ -2685,6 +2685,8 @@ class BarsaShellbarComponent extends BaseComponent {
2685
2685
  this._changeCulture(culture);
2686
2686
  };
2687
2687
  this.showVersion = false;
2688
+ const root = document.documentElement;
2689
+ root.style.setProperty('--absolute-page-top', 'var(--shellbar-height)');
2688
2690
  }
2689
2691
  ngOnChanges(changes) {
2690
2692
  super.ngOnChanges(changes);