@dreamtree-org/twreact-ui 1.0.91 → 1.0.92

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.
package/dist/index.js CHANGED
@@ -5105,7 +5105,7 @@ var Table = function Table(_ref) {
5105
5105
  onToggle: toggleColumnVisibility,
5106
5106
  menuRef: columnMenuRef
5107
5107
  }), !isMobileView && /*#__PURE__*/React$1.createElement("div", {
5108
- className: "overflow-x-auto overflow-y-clip "
5108
+ className: "overflow-x-auto overflow-y-visible"
5109
5109
  }, /*#__PURE__*/React$1.createElement("table", _extends({
5110
5110
  className: cn$1("min-w-full divide-y divide-gray-200", className)
5111
5111
  }, props), /*#__PURE__*/React$1.createElement("thead", {