Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: the style of infobox block dropdown list is broken (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
issmail-basel committed Jan 25, 2022
1 parent 6538811 commit 6e02a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/atoms/ContentPicker/index.tsx
Expand Up @@ -52,7 +52,6 @@ const Wrapper = styled.div`
box-sizing: border-box;
border-radius: 3px;
width: 288px;
height: 160px;
color: ${props => props.theme.infoBox.mainText};
box-shadow: 0 0 5px ${props => props.theme.infoBox.deepBg};
&:after {
Expand All @@ -74,6 +73,8 @@ const ContentsList = styled.div`
display: flex;
flex-wrap: wrap;
height: 100%;
max-height: 200px;
overflow: auto;
`;

const ContentItem = styled.div`
Expand Down

0 comments on commit 6e02a9e

Please sign in to comment.