퍼블리싱 모달 UI 오류 수정

dev_bert
정이솔 3 years ago
parent 04f9ac8242
commit 008d546c80

@ -5128,9 +5128,7 @@ main {
.modal-wrapper { .modal-wrapper {
display: none; display: none;
position: absolute;
width: 100%; width: 100%;
height: 100%;
z-index: 99; z-index: 99;
} }
@ -5140,7 +5138,7 @@ main {
.modal-wrapper .modal_content { .modal-wrapper .modal_content {
z-index: 99; z-index: 99;
position: absolute; position: fixed;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);

Loading…
Cancel
Save