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; }