@ornikar/kitt-universal 9.46.0 → 9.46.1
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.
|
@@ -7667,7 +7667,7 @@ function Tooltip(_ref) {
|
|
|
7667
7667
|
small: 'kitt.tooltip.maxWidth'
|
|
7668
7668
|
},
|
|
7669
7669
|
opacity: isVisible ? 'kitt.tooltip.opacity' : 0,
|
|
7670
|
-
pointerEvents: isVisible ? 'auto' : 'none',
|
|
7670
|
+
pointerEvents: isVisible || isCursorOnTooltip ? 'auto' : 'none',
|
|
7671
7671
|
position: strategy,
|
|
7672
7672
|
top: 0,
|
|
7673
7673
|
left: 0,
|