Add z-index: 9999 to spider animations
This commit is contained in:
parent
87a4a73207
commit
250b84b11e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue