codestates / codestates/BEB-05-KAL2

카테고리를 나타내는 라벨의 위치가 꼬여 라벨의 위치와 겹치는 현상

Open
#71 0 comments 0 reactions 0 assignees View on GitHub
버그 안병현
Dominant language
JavaScript
Stars
0
Forks
3
PR merge metrics
No merged PRs in 30d

Description

> ### 어떤 에러인가요?
> * ThumnailNFT 컴포넌트를 작성할 때 카테고리를 나타내는 라벨의 위치가 자꾸 꼬여서 4,5,6번의 카테고리 라벨의 위치가 1,2,3번의 카테고리 라벨의 위치와 겹치는 현상이 나타남.
> ### 에러 메시지
> ```
> ```
> ### 에러 핸들링 방법
> * 위치를 설정할때 top : 0 등으로 설정하면 조상 엘리먼트 중 position: relative 인 녀석의 top 값을 기준으로 해서 계산이 된다고 해서 그런거로 추정, 해당 부분에서 container로 쓰일

를 하나 만들고 속성을 position relative를 주어 카테고리 라벨이 해당
내에서 움직일 수 있도록 조정을 했음.
>
> ```
> ```
>
> ### 에러 핸들링을 위해 참고한 레퍼런스 링크
> *

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the ThumnailNFT component and reproduce the category-label overlap described for labels 4–6 and 1–3. Check the existing positioning and container structure; done means each category label stays in its intended position without overlapping another label.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.