Footer: fix touch interaction over phone illustration

This commit is contained in:
rektdeckard
2020-09-28 04:13:49 -04:00
parent 6fe1083656
commit 9b30718db2

View File

@@ -43,7 +43,7 @@ footer {
top: 0;
left: 0;
transform: translate(-140px, 470px);
touch-action: none;
touch-action: pan-y;
}
}