2024/02/23 실무역량강화 > 신청상세 비로그인 시 신청버튼 클릭 시 스크롤 사라짐 수정

This commit is contained in:
subsub 2024-02-23 12:41:51 +09:00
parent ce546ea7bc
commit a514b6fe37

View File

@ -14,7 +14,6 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<style> <style>
html {overflow-y:scroll;}
input:disabled { input:disabled {
background-color: #f9f9f9 !important; background-color: #f9f9f9 !important;
} }
@ -179,6 +178,7 @@ html {overflow-y:scroll;}
if ('${userSe}'=='N'){ if ('${userSe}'=='N'){
alert("로그인 후 신청가능합니다."); alert("로그인 후 신청가능합니다.");
$("html").css("overflow","auto"); // 비로그인 시 스크롤 사라짐.
return; return;
} }