Skip to content

Comments

feat 바텀 시트 포지션 정리 / 해당 컴포넌트 공통 훅으로 분리#390

Merged
kyungchan3007 merged 1 commit intodevelopfrom
feat/#389
Feb 13, 2026
Merged

feat 바텀 시트 포지션 정리 / 해당 컴포넌트 공통 훅으로 분리#390
kyungchan3007 merged 1 commit intodevelopfrom
feat/#389

Conversation

@kyungchan3007
Copy link
Collaborator

#️⃣ 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

스크린샷 2026-02-13 091554

@kyungchan3007 kyungchan3007 merged commit b3160fc into develop Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] - 바텀 시트 포지션 정리 / 해당 컴포넌트 공통 훅으로 분리

1 participant