intelica-library-components 1.1.156 → 1.1.157

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.
@@ -6230,7 +6230,7 @@ class DashboardQsComponent {
6230
6230
  return;
6231
6231
  this.isLoading.set(true);
6232
6232
  try {
6233
- await this.sharedService.embedDashboard({ dashboardId, parameters: this.parameters() }, container, { height: this.height() ?? `${window.innerHeight}px` });
6233
+ await this.sharedService.embedDashboard({ dashboardId, parameters: this.parameters() }, container, { height: this.height() ?? `${window.innerHeight - 50}px` });
6234
6234
  }
6235
6235
  catch (error) {
6236
6236
  console.error('Error embedding dashboard:', error);