Skip to content

Commit d2e888d

Browse files
committed
Fix cursor not showing up
1 parent 7508ae9 commit d2e888d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-cursor-react",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Interactive and customizable cursor component for React",
55
"author": "ajmnz",
66
"license": "MIT",

src/styles.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
left: 0;
1010
display: block;
1111
pointer-events: none;
12-
opacity: 0;
1312
z-index: 100000;
1413
}
1514
}

0 commit comments

Comments
 (0)