Skip to content

Commit eced969

Browse files
author
Matej Lednicky
committed
fix(DIST-351): Add box shadow to side panel popup
1 parent 963168f commit eced969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/views/popup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const popoverWrapper = styled(BaseWrapper)`
9494
const sidePanelWrapper = styled.div`
9595
width: ${p => p.width}px;
9696
height: ${p => p.height}px;
97+
box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px, rgba(0, 0, 0, 0.06) 0px 2px 12px;
9798
`
9899

99100
const BaseCloseImage = styled.img`

0 commit comments

Comments
 (0)