diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-core.css b/src/main/webapp/resources/css/fims/framework/common/xit-core.css index c39b7141..a155a145 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-core.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-core.css @@ -4760,11 +4760,13 @@ ul.nav-tabs > li.nav-item{ max-width: var(--bs-modal-width); margin-right: auto; margin-left: auto; - margin-bottom: 100%; - margin-top: 30px; pointer-events: none; } +.modal-dialog:not(.modal-dialog-centered) { + margin-top: 30px; +} + .modal-sm { min-width: 250px; --bs-modal-width: 310px; } .modal-md { min-width: 400px; --bs-modal-width: 500px; } .modal-lg { min-width: 800px; --bs-modal-width: 1000px; } diff --git a/src/main/webapp/resources/html/dialog.html b/src/main/webapp/resources/html/dialog.html index ffbbee0f..d27ceab2 100644 --- a/src/main/webapp/resources/html/dialog.html +++ b/src/main/webapp/resources/html/dialog.html @@ -1,4 +1,4 @@ -