@ninebone/table 0.0.427 → 0.0.428

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.
@@ -587,10 +587,10 @@ const ce = class ce {
587
587
  const f = t(this, w).querySelector(h);
588
588
  if (!f) return;
589
589
  const u = f.querySelector("table");
590
- u && (u.style.transform = `translateY(${n}px)`);
590
+ u && (u.style.transform = "");
591
591
  const g = f.querySelector("tbody.bindable-tbody");
592
592
  if (!g) return;
593
- Array.from(g.querySelectorAll("tr:not(.nodata)")).forEach((m, A) => {
593
+ g.style.paddingTop = `${n}px`, Array.from(g.querySelectorAll("tr:not(.nodata)")).forEach((m, A) => {
594
594
  const z = r + Math.floor(A / l);
595
595
  if (z >= o) {
596
596
  m.style.display = "none";