diff --git a/src/components/Select/common/SelectStyled.tsx b/src/components/Select/common/SelectStyled.tsx index 80366c75..9368665a 100644 --- a/src/components/Select/common/SelectStyled.tsx +++ b/src/components/Select/common/SelectStyled.tsx @@ -179,7 +179,7 @@ export const SelectList = styled.div` `; export const SelectListContent = styled.div` width: inherit; - overflow: overlay; + overflow: auto; flex: 1; `;