fix(KB-190): prevent mobile zoom in dashboard

- Add user-scalable=no to viewport meta tag in index.html
- Include changeset for the mobile zoom prevention fix
This commit is contained in:
gsxdsm
2026-03-30 12:29:55 -07:00
parent c6774d8162
commit b1bd60a94d
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<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, user-scalable=no" />
<title>Fusion</title>
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<script>