@hexure/ui 1.14.4 → 1.14.5
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/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +82 -82
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -2756,6 +2756,7 @@ const Tooltip = ({ children, position = 'right-top', width = '240px', trigger, d
|
|
|
2756
2756
|
z-index: 9999; /* Ensure tooltip is above other elements */
|
|
2757
2757
|
position: absolute; /* Ensure z-index works */
|
|
2758
2758
|
word-break: break-word; /* Prevents overflow of long words */
|
|
2759
|
+
opacity: 1;
|
|
2759
2760
|
}
|
|
2760
2761
|
|
|
2761
2762
|
`),
|