forked from rDrama/rDrama
1
0
Fork 0

make bones absolute

master
Aevann 2023-10-09 19:16:12 +03:00
parent bf215d12f4
commit a228a07936
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ body::after {
#animate{ #animate{
margin-left:45%; margin-left:45%;
margin-top:-5%; margin-top:-5%;
position: fixed; position: absolute;
z-index:999; z-index:999;
pointer-events: none; pointer-events: none;
opacity:0.9; opacity:0.9;