@seniorsistemas/angular-components 17.21.0 → 17.21.1

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.
@@ -9868,7 +9868,6 @@
9868
9868
  console.warn("Unable to find frozen element from table. Is the table configured with frozen template?");
9869
9869
  return;
9870
9870
  }
9871
- frozenTable.style.width = 'min-content';
9872
9871
  frozenTable.style.order = "1";
9873
9872
  frozenTable.style.borderRight = "none";
9874
9873
  frozenTable.style.borderLeft = "1px solid #dddddd";
@@ -9879,7 +9878,6 @@
9879
9878
  return;
9880
9879
  }
9881
9880
  unfrozenTable.style.position = "unset";
9882
- unfrozenTable.style.overflow = 'auto';
9883
9881
  };
9884
9882
  TableFrozenPositionDirective.prototype.handleWindowResize = function () {
9885
9883
  this.synchronizeRowHeight();