Skip to content

Commit

Permalink
fix: Broken dropdowns (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar authored Aug 24, 2023
1 parent 788fcb8 commit 43cd883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PopoverListBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const PopoverWrapper = styled.div<{
}))

const Animated = styled(animated.div)((_) => ({
maxWidth: '100%',
width: '100%',
maxHeight: '100%',
display: 'flex',
}))
Expand Down

0 comments on commit 43cd883

Please sign in to comment.