Add z-index: 9999 to spider animations

This commit is contained in:
Russell Ballestrini 2026-01-08 16:36:38 -05:00
parent 87a4a73207
commit 250b84b11e

View file

@ -386,6 +386,7 @@ body:hover::after {
font-size: 10px;
opacity: 0;
transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 9999;
}
.nav:hover::before {
top: 100%;
@ -417,6 +418,7 @@ body:hover::after {
height: 24px;
opacity: 0;
transition: all 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
z-index: 9999;
}
.hero-pig-wrap:hover .spider-svg {
top: -10px;