feat 바텀 시트 포지션 정리 / 해당 컴포넌트 공통 훅으로 분리#390
Merged
kyungchan3007 merged 1 commit intodevelopfrom Feb 13, 2026
Merged
Conversation
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#️⃣ Issue Number
#389
📝 요약(Summary) (선택)
FilterSheetContainer 내부
◦ open 상태 구독 추가:
▪ const open = useFilterSheetStore(s => s.open);
◦ 스크롤락 추가:
▪ const anchorRef = useRef(null);
▪ useScrollLock({ locked: open, anchorRef });
◦ 앵커 추가
▪
◦ 오버레이 클래스 변경:
▪ fixed inset-y-0 left-0 right-0 z-40 mx-auto w-full max-w-[375px] bg-black/40
◦ 바텀시트 클래스 변경:
▪ fixed bottom-0 left-0 right-0 z-50 mx-auto flex h-[85vh] w-full max-w-[375px] flex-col rounded-t-2xl bg-white shadow-xl
📸스크린샷 (선택)2