From aefb2d28589460be1f52ea0d3301e5fb3dc5bd93 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Sat, 21 Feb 2026 22:35:26 +0900 Subject: [PATCH] =?UTF-8?q?select2=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quality/processInspectionFormPopUp.jsp | 124 +++++++++++------- 1 file changed, 75 insertions(+), 49 deletions(-) diff --git a/WebContent/WEB-INF/view/quality/processInspectionFormPopUp.jsp b/WebContent/WEB-INF/view/quality/processInspectionFormPopUp.jsp index 3c72c75..69db83d 100644 --- a/WebContent/WEB-INF/view/quality/processInspectionFormPopUp.jsp +++ b/WebContent/WEB-INF/view/quality/processInspectionFormPopUp.jsp @@ -44,6 +44,8 @@ String connector = person.getUserId(); .inspection-ok { color: #28a745; font-weight: bold; } /* 공통에서 추가되는 초기화, Excel Download 버튼 숨기기 */ .resetBtn, .excelBtn { display: none !important; } + /* select2 드롭다운이 Tabulator 그리드 위에 표시되도록 */ + .select2-container--open .select2-dropdown { z-index: 99999 !important; }