@esfaenza/core 15.2.293 → 15.2.294

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.
@@ -1078,7 +1078,7 @@ class JaceResourceComponent {
1078
1078
  ngAfterViewInit() { this.setHeight(window.innerHeight); }
1079
1079
  setHeight(height) {
1080
1080
  requestAnimationFrame(() => {
1081
- this.Height = height - 80;
1081
+ this.Height = height - 86;
1082
1082
  this.cdr.markForCheck();
1083
1083
  });
1084
1084
  }