Skip to content

Commit 2e90a37

Browse files
authored
Merge pull request #957 from codeRIT/issue-954
Disable auto-zoom upon selecting input forms on mobile
2 parents 3eaaa25 + 001cb3f commit 2e90a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8"/>
5-
<meta name="viewport" content="width=device-width, initial-scale=1"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
66
<meta name="keywords" content="hackathons, hackathon, hack-a-thon, programming, hardware, development, design, rit"/>
77
<meta name="theme-color" content="#000000"/>
88

0 commit comments

Comments
 (0)