forked from rDrama/rDrama
1
0
Fork 0

make spider absolute

master
Aevann 2023-10-09 19:15:23 +03:00
parent 0c8169c1d8
commit bf215d12f4
1 changed files with 1 additions and 3 deletions

View File

@ -301,14 +301,12 @@ body::after {
.spider {
z-index: 10;
position: fixed;
position: absolute;
display: inline-block;
top: 0;
left: 10%;
animation: swing 2s infinite;
transform-origin: top;
transition: 0.8s ease-in-out;
pointer-events: none;
}