From 944f555eef284afcacdf888bd50b618e1564bc5a Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Mon, 25 Mar 2024 05:05:10 -0700 Subject: [PATCH] try fix mobile touch --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 8dc7347..0be517b 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -4,10 +4,10 @@ html, body { padding: 0; margin: 0; - touch-action: none; min-height: 100vh; min-height: -webkit-fill-available; height: 100%; + /* touch-action: none; */ /* font-family: "Inter", sans-serif; */ }