diff options
Unify notification and popup ui files
Diffstat (limited to 'app/notification.html')
-rw-r--r-- | app/notification.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/notification.html b/app/notification.html index 927f1634c..cc485da7f 100644 --- a/app/notification.html +++ b/app/notification.html @@ -3,9 +3,14 @@ <head> <meta charset="utf-8"> <title>MetaMask Notification</title> + <style> + body { + overflow: hidden; + } + </style> </head> <body> <div id="app-content"></div> - <script src="./scripts/notification.js" type="text/javascript" charset="utf-8"></script> + <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script> </body> </html> |