fix(ux): 데스크탑 UX 일괄 개선 — fade-in·ESC·스크롤잠금·z-index·sticky

A1: fade-in querySelectorAll 전환 (5개 core.js) — 복수 요소 모두 표시
A2: 모달 ESC 키 닫기 (5개 core.js)
A3: 모바일 메뉴 body 스크롤 잠금 (tkfb-core.js)
A4: Gateway 대시보드 max-width 800→1080px
B1: 모달 z-index 50→60 — 헤더 위에 표시 (4개 CSS)
B3: 테이블 sticky header (tkfb.css, tkpurchase.css)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-14 09:51:40 +09:00
parent e42a08e74d
commit 2d8ac92404
10 changed files with 53 additions and 10 deletions

View File

@@ -112,7 +112,7 @@
.btn-logout:hover { background: rgba(255,255,255,0.3); }
.container {
max-width: 800px;
max-width: 1080px;
margin: 0 auto;
padding: 24px 16px 40px;
}