Conversation
- 부모 컴포넌트에 `overflow-y-hidden` 클래스를 추가하여 자식 컴포넌트가 높이를 늘리지 않도록 설정 - 자식 컴포넌트인 에디터 컴포넌트에 `overflow-y-auto` 클래스를 추가하여 스크롤 가능하도록 유지
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Walkthrough이 변경 사항은 Changes
Possibly related PRs
Suggested labels
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error Exit handler never called! ✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Actionable comments posted: 2
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/components/memo-editor/MemoCreateModal.tsx(1 hunks)src/components/memo-editor/MemoUpdateModal.tsx(1 hunks)
🔇 Additional comments (2)
src/components/memo-editor/MemoCreateModal.tsx (1)
78-78: 적절한 부모 컨테이너 오버플로우 처리
modal-main에overflow-y-hidden을 추가하여 부모 요소가 자식 확장으로 인해 높이가 늘어나는 것을 방지한 것은 의도에 부합합니다.src/components/memo-editor/MemoUpdateModal.tsx (1)
136-136: 적절한 부모 컨테이너 오버플로우 처리
modal-main에overflow-y-hidden을 추가하여 모달 본문이 확장되지 않도록 한 것은 알맞은 접근입니다.
overflow-y-hidden클래스를 추가하여 자식 컴포넌트가 높이를 늘리지 않도록 설정overflow-y-auto클래스를 추가하여 스크롤 가능하도록 유지Summary by CodeRabbit