퍼블리싱 모달 위치 오류 수정

dev_bert
정이솔 3 years ago
parent bb14887576
commit 582fc1ac59

@ -5128,7 +5128,7 @@ main {
.modal-wrapper { .modal-wrapper {
display: none; display: none;
position: relative; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 99; z-index: 99;
@ -5143,7 +5143,7 @@ main {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%,-100%); transform: translate(-50%,-50%);
margin: 0 auto; margin: 0 auto;
padding: 20px; padding: 20px;
background:#FFFFFF; background:#FFFFFF;
@ -14488,7 +14488,9 @@ main.sona_cont_measurement {
} }
.babyfood { .babyfood {
height: 95%;
display: flex;
flex-direction: column;
} }
.babyfood .profile_wrap { .babyfood .profile_wrap {
@ -14508,6 +14510,7 @@ main.sona_cont_measurement {
.babyfood .ranking_list_con { .babyfood .ranking_list_con {
display: flex; display: flex;
flex-grow: 1;
width: 100%; width: 100%;
} }

Loading…
Cancel
Save