2024/02/23 실무역량강화 > 신청상세 비로그인 시 신청버튼 클릭 시 스크롤 사라짐 수정
This commit is contained in:
parent
ce546ea7bc
commit
a514b6fe37
@ -14,7 +14,6 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
<style>
|
||||
html {overflow-y:scroll;}
|
||||
input:disabled {
|
||||
background-color: #f9f9f9 !important;
|
||||
}
|
||||
@ -179,6 +178,7 @@ html {overflow-y:scroll;}
|
||||
|
||||
if ('${userSe}'=='N'){
|
||||
alert("로그인 후 신청가능합니다.");
|
||||
$("html").css("overflow","auto"); // 비로그인 시 스크롤 사라짐.
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user