diff options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/mascot.js | 2 |
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 }, }) } |