diff --git a/src/views/account/AccountView.vue b/src/views/account/AccountView.vue index 0106e3d..f342ccf 100644 --- a/src/views/account/AccountView.vue +++ b/src/views/account/AccountView.vue @@ -1873,6 +1873,8 @@ button.primary { position: relative; width: 100%; max-width: 360px; + /* backdrop 이 flex 라 모달(flex 아이템) 기본 min-width:auto 가 내용물만큼 모달을 뷰포트보다 넓힘 → 0 으로 고정 */ + min-width: 0; /* 폼이 길어도 모달 안에서 스크롤되도록 + 하단 소프트키/제스처바 안전영역 확보 */ max-height: calc(100vh - 2rem); overflow-y: auto;