Skip to content

Commit

Permalink
Fix cursor not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmnz committed Nov 15, 2020
1 parent 7508ae9 commit d2e888d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-cursor-react",
"version": "1.0.4",
"version": "1.0.5",
"description": "Interactive and customizable cursor component for React",
"author": "ajmnz",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
left: 0;
display: block;
pointer-events: none;
opacity: 0;
z-index: 100000;
}
}

0 comments on commit d2e888d

Please sign in to comment.