Prevent UI resizing from pinch and virtual keyboard

This commit is contained in:
daylily
2026-01-16 00:02:36 -04:00
parent 1b4df347f6
commit ab82f72d4a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>Write to Inkclip</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
+2 -2
View File
@@ -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 {