Disable UI zoom

Without this, on mobile the map zoom and the UI zoom conflict in weird ways that make the UI hard to use.
main
Chandler Swift 2024-01-29 00:56:46 -06:00
parent 6220dd76d5
commit 4b278406e2
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="https://chandlerswift.com/favicon.png" /> <link rel="icon" type="image/x-icon" href="https://chandlerswift.com/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
<title>Chandler Swift's Maps</title> <title>Chandler Swift's Maps</title>
</head> </head>
<body class="nav-open"> <body class="nav-open">