1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add box shadow to main container

This commit is contained in:
sdtsui 2017-07-30 21:35:27 -07:00
parent cbd53d4601
commit 4cdfd00f58

View File

@ -18,6 +18,7 @@ MainContainer.prototype.render = function () {
marginTop: '6vh',
width: '98%',
zIndex: 20,
boxShadow: '0 0 7px 0 rgba(0,0,0,0.08)',
}
}, [
h(WalletView, {