gantt-task-react-v 1.0.42 → 1.0.44

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.
@@ -4620,7 +4620,7 @@ const Tooltip = ({
4620
4620
  left: tooltipX ?? 0,
4621
4621
  width: "max-content",
4622
4622
  fontFamily: "var(--gantt-font-family)",
4623
- zIndex: 11
4623
+ zIndex: 9999
4624
4624
  },
4625
4625
  ...getFloatingProps(),
4626
4626
  children: /* @__PURE__ */ jsx(TooltipContent, { task })
@@ -4637,7 +4637,7 @@
4637
4637
  left: tooltipX ?? 0,
4638
4638
  width: "max-content",
4639
4639
  fontFamily: "var(--gantt-font-family)",
4640
- zIndex: 11
4640
+ zIndex: 9999
4641
4641
  },
4642
4642
  ...getFloatingProps(),
4643
4643
  children: /* @__PURE__ */ jsxRuntime.jsx(TooltipContent, { task })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-task-react-v",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "Interactive Gantt Chart for React with TypeScript.",
5
5
  "author": "aguilanbon",
6
6
  "homepage": "https://github.com/aguilanbon/gantt-task-react-v",