move cursor

This commit is contained in:
Adrien MALINGREY 2023-06-08 01:05:16 +02:00
parent cb258390ab
commit 0ccd895b90

View File

@ -11,7 +11,7 @@ body {
#container { #container {
position: absolute; position: absolute;
z-index: 0; z-index: 0;
cursor: grab; cursor: move;
} }
@keyframes escaped{ @keyframes escaped{