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 7508ae9 commit d2e888dCopy full SHA for d2e888d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "custom-cursor-react",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Interactive and customizable cursor component for React",
5
"author": "ajmnz",
6
"license": "MIT",
src/styles.module.css
@@ -9,7 +9,6 @@
9
left: 0;
10
display: block;
11
pointer-events: none;
12
- opacity: 0;
13
z-index: 100000;
14
}
15
0 commit comments