aboutsummaryrefslogtreecommitdiffstats
path: root/app/notification.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/notification.html')
-rw-r--r--app/notification.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/notification.html b/app/notification.html
index be38f4aa3..f10cbbf41 100644
--- a/app/notification.html
+++ b/app/notification.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html>
+<html style="height:600px;">
<head>
<meta charset="utf-8">
<title>MetaMask Notification</title>
@@ -9,7 +9,7 @@
}
</style>
</head>
- <body style="width:350px; height:500px;">
+ <body class="notification" style="height:600px;">
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>