Skip to content

Commit

Permalink
feat: BottomSheetSelect width 정의 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo committed Jan 4, 2025
1 parent 891f352 commit fda6a98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const InputField = styled.div`
padding: 11px 16px;
${fonts.BODY_16_M};
width: max-content;
width: 100%;
`;

const Overlay = styled.div`
Expand Down
4 changes: 4 additions & 0 deletions src/components/members/main/MemberList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,10 @@ const StyledMobileFilterWrapper = styled.div`
::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}
& > div {
flex-shrink: 0;
}
`;

const StyledSwitchVertical = styled(IconSwitchVertical)`
Expand Down

0 comments on commit fda6a98

Please sign in to comment.