From 8f3f388413339e3ceb8bc0aa91229ccd243ba8da Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Wed, 28 May 2025 15:42:05 +0900 Subject: [PATCH] =?UTF-8?q?dialog=20z-index=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/js/base/base.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/resources/js/base/base.js b/src/main/webapp/resources/js/base/base.js index fa42feb..b2a1eef 100644 --- a/src/main/webapp/resources/js/base/base.js +++ b/src/main/webapp/resources/js/base/base.js @@ -125,7 +125,8 @@ var dialog = { if (!last.dlg) return; let zIndex = Number($(last.dlg).css("z-index")); - obj.css("z-index", zIndex + offset); +// obj.css("z-index", zIndex + offset); + obj.find("div.modal-dialog").css("z-index", zIndex + offset); } };