From fc6fb30b1cb88e638956181b26195a6528f7366f Mon Sep 17 00:00:00 2001 From: ecpla Date: Wed, 31 Aug 2022 18:16:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=82=AC=ED=95=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/cmm/footerSubPart.jsp | 2 +- src/main/webapp/css/default.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/footerSubPart.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/footerSubPart.jsp index 385fc092..2418974c 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/footerSubPart.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/footerSubPart.jsp @@ -3,7 +3,7 @@ <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> - +
${mngList.text }
diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 59886631..c7e3928f 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -394,7 +394,7 @@ footer .tot_nlib_site .site_name:after{position:absolute;right:0;top:0;width:40p footer .tot_nlib_site.on .site_name:after{background: url("/images/icon/icon-down-arr.png") no-repeat right top;} footer .tot_nlib_site .site_depth{width:180px;position:absolute;left:0px;right:0;bottom:40px;background-color:#1b1b1b;z-index:60;display:none;} footer .tot_nlib_site .site_depth div a{display:block;line-height:26px;padding:0 0 0 12px;font-size:14px;color:#ddd;} -footer .tot_nlib_site .site_depth .depth_box {overflow-y:scroll;max-height:176px;padding:7px 0px;} +footer .tot_nlib_site .site_depth .depth_box {overflow-y:scroll;overflow-x: hidden;max-height:176px;padding:7px 0px;} footer .tot_nlib_site .site_depth #mngOrgNm{width:154px;padding: 0px 13px 0px 13px;height: 35px;}