Add box shadow to DebugPanel for depth

This commit is contained in:
Nic Aitch 2015-08-11 23:09:20 -05:00
parent c4fa25940a
commit 540e9e506c

View File

@ -24,7 +24,8 @@ export function getDefaultStyle(props) {
maxWidth: (left && right) ? '100%' : '20%',
minWidth: 300,
wordWrap: 'break-word',
boxSizing: 'border-box'
boxSizing: 'border-box',
boxShadow: '-2px 0 7px 0 rgba(0, 0, 0, 0.5)'
};
}