@ninebone/table 0.0.374 → 0.0.376

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.
@@ -743,7 +743,7 @@ const lt = class lt extends HTMLElement {
743
743
  display: flex;
744
744
  flex-direction: column;
745
745
  flex: 1;
746
- overflow: hidden;
746
+ overflow-y: auto;
747
747
  overflow-x: auto;
748
748
  background: #ffffff;
749
749
  position: relative;