@dreamtree-org/twreact-ui 1.0.89 → 1.0.91

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
@@ -4049,10 +4049,8 @@ var ActionMenu = /*#__PURE__*/React$1.memo(function ActionMenu(_ref) {
4049
4049
  }, [anchorEl, menuRef, actions, row]);
4050
4050
  return /*#__PURE__*/React$1.createElement("div", {
4051
4051
  ref: menuRef,
4052
- className: "fixed z-50 bg-white rounded-lg shadow-lg ring-1 ring-black ring-opacity-5",
4052
+ className: "absolute right-0 z-50 bg-white rounded-lg shadow-lg ring-1 ring-black ring-opacity-5",
4053
4053
  style: {
4054
- top: pos.top,
4055
- left: pos.left,
4056
4054
  visibility: pos.visibility,
4057
4055
  minWidth: 176
4058
4056
  },
@@ -5107,7 +5105,7 @@ var Table = function Table(_ref) {
5107
5105
  onToggle: toggleColumnVisibility,
5108
5106
  menuRef: columnMenuRef
5109
5107
  }), !isMobileView && /*#__PURE__*/React$1.createElement("div", {
5110
- className: "overflow-x-auto"
5108
+ className: "overflow-x-auto overflow-y-clip "
5111
5109
  }, /*#__PURE__*/React$1.createElement("table", _extends({
5112
5110
  className: cn$1("min-w-full divide-y divide-gray-200", className)
5113
5111
  }, props), /*#__PURE__*/React$1.createElement("thead", {