Skip to content

Commit

Permalink
fix select list content overflow on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
serdec committed Sep 2, 2024
1 parent 525499a commit 5dd8c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select/common/SelectStyled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const SelectList = styled.div`
`;
export const SelectListContent = styled.div`
width: inherit;
overflow: overlay;
overflow: auto;
flex: 1;
`;

Expand Down

0 comments on commit 5dd8c94

Please sign in to comment.