stephenscaff / react-animated-cursor

An animated custom cursor React component.
ISC License
273 stars 28 forks source link

z-index problem #69

Open programmerbanna opened 2 weeks ago

programmerbanna commented 2 weeks ago

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

sanoojes commented 4 days ago

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.