diff --git a/src/main/webapp/kccadrPb/usr/script/popup.js b/src/main/webapp/kccadrPb/usr/script/popup.js index 8edef851..5ab936ac 100644 --- a/src/main/webapp/kccadrPb/usr/script/popup.js +++ b/src/main/webapp/kccadrPb/usr/script/popup.js @@ -50,6 +50,11 @@ function tooltip() { showTarget.find('.tooltip-close').data('activeTarget', t); $(".mask").show(); + + if($(".popup_tit>p").text() == "조정관련 민원서식 다운로드"){ + $(".info_popup").css({"height":"90vh"}); + $(".popup_cont").css({"max-height":"calc(100% - 50px)","overflow-y":"scroll"}); + }else{} }