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

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Prevent pinch-to-zoom on mobile dashboard by adding maximum-scale and user-scalable=no to viewport meta tag.