codestates / codestates/withpuppy
[❗️Error] 12 / 11 핀 클릭 시 이벤트 대한 코드 디버깅
Open
Error
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### 디버깅에 대한 설명
- 디버깅
- [ ] 핀 클릭 됐을 때 ,
> - [x] 가로
> - [x] 세로
- [ ] 핀 클릭 안 됐을 때,
> - [x] 가로
> - [x] 세로
### 디버깅 내용
- UserCard
> - height 100% → 지도의 height: calc(100vh - 7rem) 값을 그대로 UserCard의 적용
(최대값, 최소값 불필요 )
- IntroduceTo /
> - width 값을 390px로 줬더니 미쳐 날뛰고 있음
해결책 : box-sizing: border-box 미쳐 날뛰지 못하게 막아둠
( IntroduceTo의 상위 div를 width 100%와 만일의 경우를 대비해 box-sizing: border-box ) → 핀클릭됐을때 가로
- CommentComponent /
> - height : 600px → 핀클릭됐을때 세로
- **_KeyPoint_**
: 정확한 디버깅을 위해서 팀원들의 코드를 보고 의도를 파악하고 이해 할 줄 알아야 한다
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.