Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue : Closes #345
🧑🎤 Summary
🧑🎤 Screenshot
2024-08-06.10.28.45.mov
🧑🎤 Comment
scroll 여부 파악하는 custom hook(useScrollPosition) 제작
공홈 거 가져왔어요!
다만 조금 더 확장을 했는데요
기존에는 상단 페이지인 경우 스크롤의 상관 없이 항상 보여지도록 구현을 했어요
이때 상단 페이지인지 구분하기 위해 window.scrollY이 20보다 작은지를 기준으로 삼고 있었어요
하지만 저희는 category가 header랑 딱 붙기 전까진 계속 보여져야 했으므로 window.scrollY이 950보다 작아야 했어요
그래서 이를 동적으로 설정할 수 있도록 해줬어요
기본값은 20입니다
gap 수정
gap을 100으로 늘려줬어요
왜냐면 category 클릭 시 아래 사진과 같이 윗 부분 section도 살짝 보이게 되더라고요
대신 section의 padding top을 줄여주어 디자인적으로는 변함이 없도록 했어요