From 09fc980434be0a60a2831ee1f1fa3cdac2e926dd Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Sat, 24 Aug 2024 21:32:05 +1200 Subject: [PATCH] Set touch-action:none for canvas renderer to prevent mobile issues --- examples/clay-official-website/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/clay-official-website/index.html b/examples/clay-official-website/index.html index 61f7226..d430675 100644 --- a/examples/clay-official-website/index.html +++ b/examples/clay-official-website/index.html @@ -32,6 +32,7 @@ body > canvas { width: 100%; height: 100%; + touch-action: none; } div, a, img {