From 9b30718db2b30c3e5c869bb85b1d4e6e937e33e5 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Mon, 28 Sep 2020 04:13:49 -0400 Subject: [PATCH] Footer: fix touch interaction over phone illustration --- src/components/Footer/Footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index 3e2de2f..84c6b1d 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -43,7 +43,7 @@ footer { top: 0; left: 0; transform: translate(-140px, 470px); - touch-action: none; + touch-action: pan-y; } }