x-ui-design 0.7.89 → 0.7.90

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.esm.js CHANGED
@@ -4825,7 +4825,7 @@ const Dropdown = /*#__PURE__*/forwardRef(({
4825
4825
  ref: popupRef,
4826
4826
  className: `${prefixCls}-overlay ${overlayClassName}`,
4827
4827
  style: {
4828
- zIndex: _hover ? 1 : 0,
4828
+ zIndex: _hover ? 1000 : 0,
4829
4829
  ...overlayStyle,
4830
4830
  ...dropdownPosition,
4831
4831
  opacity: Object.keys(dropdownPosition).length ? 1 : 0