@educarehq/solaris-components 0.5.3 → 0.5.4

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.
@@ -1147,7 +1147,7 @@ class SolarisPopover {
1147
1147
  host.style.left = '0px';
1148
1148
  host.style.display = 'none';
1149
1149
  host.style.position = 'fixed';
1150
- host.style.zIndex = 'var(--solaris-z-dropdown)';
1150
+ host.style.zIndex = 'var(--solaris-z-max)';
1151
1151
  host.className = `solaris-popover-panel ${this.panelClass || ''}`.trim();
1152
1152
  const view = this.panelDir.templateRef.createEmbeddedView({});
1153
1153
  this.appRef.attachView(view);