2023/11/06 조정관련 민원서식 다운로드 팝업 수정

This commit is contained in:
subsub 2023-11-06 14:38:50 +09:00
parent b72fb5e919
commit 9e6d433efb

View File

@ -51,6 +51,11 @@ function tooltip() {
$(".mask").show();
if($(".popup_tit>p").text() == "조정관련 민원서식 다운로드"){
$(".info_popup").css({"height":"90vh"});
$(".popup_cont").css({"max-height":"calc(100% - 50px)","overflow-y":"scroll"});
}else{}
}
function close(t) {