From fbabcf61918bcc99b3b57d579d142b50e96144ec Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 15 Feb 2017 15:35:56 -0800 Subject: Change networks from lock screen. --- ui/app/components/mascot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components/mascot.js') diff --git a/ui/app/components/mascot.js b/ui/app/components/mascot.js index f015d0c4d..973ec2cad 100644 --- a/ui/app/components/mascot.js +++ b/ui/app/components/mascot.js @@ -27,7 +27,7 @@ Mascot.prototype.render = function () { this.handleAnimationEvents() return h('#metamask-mascot-container', { - style: { zIndex: 2 }, + style: { zIndex: 0 }, }) } -- cgit