@ninebone/table 0.0.375 → 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.
@@ -172,7 +172,7 @@
172
172
  display: flex;
173
173
  flex-direction: column;
174
174
  flex: 1;
175
- overflow: hidden;
175
+ overflow-y: auto;
176
176
  overflow-x: auto;
177
177
  background: #ffffff;
178
178
  position: relative;