We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e27782 commit 87afffbCopy full SHA for 87afffb
src/lib/index.tsx
@@ -42,12 +42,14 @@ const tooltipBaseStyles: React.CSSProperties = {
42
borderRadius: "5px",
43
opacity: 0,
44
transform: "translateY(-5px)",
45
+ visibility: "hidden",
46
transition: "all 0.2s ease-in-out",
47
};
48
49
const toolTipVisibleStyles: React.CSSProperties = {
50
opacity: 1,
51
transform: "none",
52
+ visibility: "visible",
53
54
55
const CopyMailTo = ({
0 commit comments