lizaui 9.0.17 → 9.0.18

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.
@@ -1926,7 +1926,11 @@ const Tooltip = ({ children, content, className, placement = "top", showArrow =
1926
1926
  "div",
1927
1927
  {
1928
1928
  ref: refs.setFloating,
1929
- style: floatingStyles,
1929
+ style: {
1930
+ ...floatingStyles,
1931
+ zIndex: 99
1932
+ // Asegura que el tooltip esté por encima de otros elementos
1933
+ },
1930
1934
  ...getFloatingProps(),
1931
1935
  children: (() => {
1932
1936
  const delta = 8;
@@ -1960,4 +1964,4 @@ const Tooltip = ({ children, content, className, placement = "top", showArrow =
1960
1964
  ] });
1961
1965
  };
1962
1966
  exports.Tooltip = Tooltip;
1963
- //# sourceMappingURL=tooltip-e0piaL-j.js.map
1967
+ //# sourceMappingURL=tooltip-CPJWT4m9.js.map