aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-02-16 09:31:19 +0800
committerGitHub <noreply@github.com>2017-02-16 09:31:19 +0800
commitfc77a36a55e744d1cbda942df38549de04630d43 (patch)
treee27674433897de8a6f547036ab304739c0cecb11 /ui/app/components
parentd5fcfd60781e9205144658ce0345032018d88676 (diff)
parent006804513aae2ab25baa4a2da3d132773225a4d0 (diff)
downloadtangerine-wallet-browser-fc77a36a55e744d1cbda942df38549de04630d43.tar.gz
tangerine-wallet-browser-fc77a36a55e744d1cbda942df38549de04630d43.tar.zst
tangerine-wallet-browser-fc77a36a55e744d1cbda942df38549de04630d43.zip
Merge pull request #1119 from MetaMask/i1089-networkfront
Network display/change on lock screen
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/mascot.js2
1 files changed, 1 insertions, 1 deletions
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 },
})
}