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 5c42b7d796
commit 9c7278b5c7
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.