Skip to content

Commit

Permalink
Merge pull request #471 from ClickHouse/fix-select-content-overflow
Browse files Browse the repository at this point in the history
fix select list content overflow on firefox
  • Loading branch information
serdec authored Sep 3, 2024
2 parents 525499a + 5dd8c94 commit ff51915
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 ff51915

Please sign in to comment.