HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
[팀3] 아이육
[팀3] 아이육
/
🏷️
거창하지 않은 Article 저장소 ヾ(•ω•`)o
/
Modal에 Portal을 써야 하는 이유

Modal에 Portal을 써야 하는 이유

날짜
Dec 15, 2021
작성자
상위 요소의 z-index에 영향을 받고 있는 모달이라면 그 이상의 z-index를 가질 수 없으니까 Modal이 보이지 않는 경우가 발생함
 
→ 스택오버플로우 사례
https://stackoverflow.com/questions/50000198/z-index-not-working-on-modal-created-in-react-and-modal-not-appearing-on-top 질문 : z-index가 안 먹히는 모달 답변 : portal로 root에 append