fix:회원사 모달 배경 클릭 시 닫힘 방지

This commit is contained in:
pro
2026-01-22 15:12:35 +09:00
parent 28cb357e36
commit bfb8e52e78

View File

@@ -1,8 +1,8 @@
<!-- 회원사 등록/수정 모달 -->
<div id="memberModal" class="hidden fixed inset-0 z-50 overflow-y-auto">
<div class="flex items-center justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:p-0">
<!-- 배경 오버레이 -->
<div class="fixed inset-0 bg-black/40 backdrop-blur-sm transition-opacity" onclick="MemberModal.close()"></div>
<!-- 배경 오버레이 (클릭해도 닫히지 않음) -->
<div class="fixed inset-0 bg-black/40 backdrop-blur-sm transition-opacity"></div>
<!-- 모달 컨텐츠 -->
<div class="relative inline-block w-full max-w-2xl bg-white rounded-2xl text-left overflow-hidden shadow-xl transform transition-all sm:my-8">