pointer-events: none;

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2022-11-29 02:28:22 +10:00
parent da44c8a411
commit 320b7db3c4

View File

@ -154,6 +154,7 @@ main {
width: 500%; width: 500%;
height: 500%; height: 500%;
position: absolute; position: absolute;
pointer-events: none;
animation-duration: 25s; animation-duration: 25s;
background-repeat: no-repeat; background-repeat: no-repeat;
animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;