react-animated-cursor
react-animated-cursor copied to clipboard
z-index problem
Recently I was developing my own developer portfolio with ReactJs/NextJs, TailwindCSS. On my sidebar I have provided the z-[999999] so in that case the react-animated-cursor got hide like below:
Try using z index smaller than 999 or tweak the cursor. it should solve it
i think z index of 10 is enough for it
Edit - Consider using Relative units other than Fixed.