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