diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index 007546b..a5bebbd 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -5128,9 +5128,7 @@ main { .modal-wrapper { display: none; - position: absolute; width: 100%; - height: 100%; z-index: 99; } @@ -5140,7 +5138,7 @@ main { .modal-wrapper .modal_content { z-index: 99; - position: absolute; + position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);