aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-01-22 21:04:20 +1100
committerTerry Truong <terry06890@gmail.com>2023-01-22 23:24:01 +1100
commitd28324f9b716baaaa76cc3a9e2cdf1d54d6040d1 (patch)
treef3d559136ca81e13b8c43fd55ef7c318aa404143 /index.html
parentef3e6b2fdb8f645be71b7544178cfe2343eaafd0 (diff)
Implement pinch zoom
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4ace086..44e8deb 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<link rel="icon" href="/favicon.png" />
<link rel="preload" href="/font/Ubuntu-Regular.woff2" as="font" type="font/woff2" crossorigin/>
</head>
- <body>
+ <body style="touch-action: none">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>