adryd325 / oneko.js

Cat follow mouse real! A hacky script I wrote to put a cat on my site.
MIT License
695 stars 68 forks source link

Cat not showing up on top of everything because of nekoEl.style.zIndex = Number.MAX_VALUE; #29

Closed Ak1raowo closed 3 months ago

Ak1raowo commented 3 months ago

image the highest number that works is 999999999999999900000 that would make it on top of everything

Ak1raowo commented 3 months ago

or just simply 2147483647 ofc