diff options
Diffstat (limited to 'app/popup.html')
-rw-r--r-- | app/popup.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/popup.html b/app/popup.html index 6d85a9811..eeca58331 100644 --- a/app/popup.html +++ b/app/popup.html @@ -2,10 +2,11 @@ <html> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=false"> <title>MetaMask Plugin</title> </head> <body> <div id="app-content"></div> <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script> </body> -</html>
\ No newline at end of file +</html> |