Skip to content

Commit

Permalink
feat: position:relative 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 committed Sep 21, 2023
1 parent 762ba8c commit c54a835
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const ProductList = ({ category, selectedOption }: ProductListProps) => {
export default ProductList;

const ProductListContainer = styled.ul`
position: relative;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit c54a835

Please sign in to comment.