added meta viewport to disable zoom on input focus on mobile (#2238)
parent
9f2e71beae
commit
3c967ab280
|
@ -22,6 +22,7 @@ class MyDocument extends Document<Props> {
|
||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000" />
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000" />
|
||||||
<meta name="msapplication-TileColor" content="#ff0000" />
|
<meta name="msapplication-TileColor" content="#ff0000" />
|
||||||
<meta name="theme-color" content="#ffffff" />
|
<meta name="theme-color" content="#ffffff" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
</Head>
|
</Head>
|
||||||
<body className="bg-gray-100 dark:bg-black">
|
<body className="bg-gray-100 dark:bg-black">
|
||||||
<Main />
|
<Main />
|
||||||
|
|
Loading…
Reference in New Issue