This commit is contained in:
myname 2024-02-23 13:59:29 +09:00
commit 0634656e46

View File

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