diff --git a/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp b/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp
index db85cf9..f0a596a 100644
--- a/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp
+++ b/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp
@@ -46,6 +46,9 @@ String connector = person.getUserId();
.select2-container .select2-selection--multiple .select2-selection__rendered {
overflow: auto !important;
}
+ body {
+ overflow-x: hidden !important;
+ }
diff --git a/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp b/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp
index 520bac0..e9367b8 100644
--- a/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp
+++ b/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp
@@ -50,6 +50,9 @@ String menuName = CommonUtils.getMenuName(menuObjId, "수입검사 진행");
margin: 0;
padding: 0;
}
+ .totalCntArea {
+ height: 0px !important;
+ }