diff --git a/src/components/coffeechat/upload/CoffeechatForm/BottomSheetSelect/index.tsx b/src/components/coffeechat/upload/CoffeechatForm/BottomSheetSelect/index.tsx index b8068e7c9..5521d98c3 100644 --- a/src/components/coffeechat/upload/CoffeechatForm/BottomSheetSelect/index.tsx +++ b/src/components/coffeechat/upload/CoffeechatForm/BottomSheetSelect/index.tsx @@ -125,7 +125,7 @@ const InputField = styled.div` padding: 11px 16px; ${fonts.BODY_16_M}; - width: max-content; + width: 100%; `; const Overlay = styled.div` diff --git a/src/components/members/main/MemberList/index.tsx b/src/components/members/main/MemberList/index.tsx index 301e39f70..5b63b7c7a 100644 --- a/src/components/members/main/MemberList/index.tsx +++ b/src/components/members/main/MemberList/index.tsx @@ -604,6 +604,10 @@ const StyledMobileFilterWrapper = styled.div` ::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera */ } + + & > div { + flex-shrink: 0; + } `; const StyledSwitchVertical = styled(IconSwitchVertical)`