react-animated-cursor icon indicating copy to clipboard operation
react-animated-cursor copied to clipboard

z-index problem

Open programmerbanna opened this issue 1 year ago • 3 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

programmerbanna avatar Apr 18 '24 03:04 programmerbanna

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.

sanoojes avatar May 03 '24 16:05 sanoojes