Skip to content

Commit

Permalink
style. 검색리스트 화면 스크롤 overflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyu-dev committed Dec 30, 2023
1 parent 84d8497 commit 0478868
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const SearchItem = memo(({ data, index, style }: TSearchItemProps) => {
}, areEqual);

const ResultWrap = styled.div`
overflow: hidden;
border-radius: 10px;
border: 1px solid #afb1b6;
background: #fff;
Expand Down

0 comments on commit 0478868

Please sign in to comment.