Commit 319f7ff6 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Disable auto-zoom in inputs on mobile (#2845)

Mobile UI: Filter-search input behavior

Fixes #2838
parent 4662e86f
......@@ -59,6 +59,9 @@ class MyDocument extends Document {
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon-180x180.png"/>
<link rel="icon" type="image/png" sizes="192x192" href="/assets/favicon/android-chrome-192x192.png"/>
<link rel="preload" as="image" href={ svgSprite.href }/>
{ /* Prevent auto zoom in inputs on mobile */ }
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
</Head>
<body>
<Main/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment