Style tweaks
This commit is contained in:
parent
da230fbacc
commit
09c9978713
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ const Container = styled(PanelWrapper)`
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
box-shadow: 2px 2px 0 rgb(0 0 0 / 11%);
|
||||||
`
|
`
|
||||||
|
|
||||||
const Title = styled.div`
|
const Title = styled.div`
|
||||||
|
|
Loading…
Reference in a new issue