2024/02/23 웹접근성 : '신청'버튼 클릭 후 로그인하라는 얼럿창 닫은 후 세로 스크롤이 없어지는 문제 해결

This commit is contained in:
kmg 2024-02-23 10:16:28 +09:00
parent 6c35226bfc
commit d9a401fd19

View File

@ -14,6 +14,7 @@
<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;
} }