diff --git a/src/views/account/AccountView.vue b/src/views/account/AccountView.vue index ffb4e0d..c53902f 100644 --- a/src/views/account/AccountView.vue +++ b/src/views/account/AccountView.vue @@ -1718,6 +1718,11 @@ button.primary { background: transparent; font-size: 1.5rem; line-height: 1; + z-index: 1; +} +/* 전체화면 모달(entry)만: 닫기 버튼을 상태바/노치 아래로 — 중앙 모달엔 적용 안 함 */ +.modal.entry-modal .close { + top: calc(0.5rem + env(safe-area-inset-top)); } .modal h2 { margin-bottom: 1rem;