From ab82f72d4afb189894f47293cf48ff68a3d974c8 Mon Sep 17 00:00:00 2001 From: daylily Date: Fri, 16 Jan 2026 00:02:36 -0400 Subject: [PATCH] Prevent UI resizing from pinch and virtual keyboard --- webapp/index.html | 2 +- webapp/src/app.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/index.html b/webapp/index.html index 82a6acc..855c19d 100644 --- a/webapp/index.html +++ b/webapp/index.html @@ -3,7 +3,7 @@ Write to Inkclip - + diff --git a/webapp/src/app.css b/webapp/src/app.css index d2ccf70..a3d9f43 100644 --- a/webapp/src/app.css +++ b/webapp/src/app.css @@ -122,8 +122,8 @@ @apply border-border outline-ring/50; } - body { - @apply bg-background text-foreground; + :root { + @apply touch-pan-x touch-pan-y bg-background text-foreground; } ::selection {