diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-16 23:53:16 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-16 23:53:16 +0800 |
| commit | 4b1dc65c9e0bb917c1f1f780f8a63fc0c91b4ad6 (patch) | |
| tree | c18ea9f31fb2dbd1f02800742f7857686411ea8e /deploy | |
| parent | 099a1942440efc2784bc9b2c5896777cf85842ec (diff) | |
mobile menu bug fixes + doc button fix
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html index d30ad6ac2..718550f02 100644 --- a/deploy/mobile/image.html +++ b/deploy/mobile/image.html @@ -3,6 +3,7 @@ <head> <title>Dash Mobile</title> <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0" /> </head> <body> |
