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