From 26aafff91ac412a1baa4ddaf3f1ab02d31bb5f4a Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 19 Mar 2024 14:50:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A4=EC=9D=B4=EC=96=BC=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=20=EC=B0=BD=20=EC=9C=84=EC=B9=98=EB=A5=BC=20=ED=99=94=EB=A9=B4?= =?UTF-8?q?=20=EC=A4=91=EC=95=99=EC=9C=BC=EB=A1=9C=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/resources/css/fims/framework/common/xit-core.css | 6 ++++-- src/main/webapp/resources/html/dialog.html | 2 +- src/main/webapp/resources/js/base/base-fims.js | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) 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 @@ -