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.
@@ -1908,7 +1908,11 @@ const Tooltip = ({ children, content, className, placement = "top", showArrow =
1908
1908
  "div",
1909
1909
  {
1910
1910
  ref: refs.setFloating,
1911
- style: floatingStyles,
1911
+ style: {
1912
+ ...floatingStyles,
1913
+ zIndex: 99
1914
+ // Asegura que el tooltip esté por encima de otros elementos
1915
+ },
1912
1916
  ...getFloatingProps(),
1913
1917
  children: (() => {
1914
1918
  const delta = 8;
@@ -1944,4 +1948,4 @@ const Tooltip = ({ children, content, className, placement = "top", showArrow =
1944
1948
  export {
1945
1949
  Tooltip as T
1946
1950
  };
1947
- //# sourceMappingURL=tooltip-DC9HhJqz.js.map
1951
+ //# sourceMappingURL=tooltip-3bRhDmbE.js.map