Skip to content

Commit

Permalink
[Closes #118] Prevent user zooming interface on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Sep 18, 2024
1 parent 15c2d43 commit 9049fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<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>SF Life line</title>
</head>
<body>
Expand Down

0 comments on commit 9049fea

Please sign in to comment.