stephenscaff / react-animated-cursor

An animated custom cursor React component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z-index problem

programmerbanna opened this issue · comments

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:
Screenshot_4
Screenshot_5

Try using z index smaller than 999 or tweak the cursor. it should solve it

image

i think z index of 10 is enough for it

Edit - Consider using Relative units other than Fixed.