fix(tkfb): 작업보고서 모바일 버전 교체 + TBM z-index 수정

- NAV_MENU: report-create.html → report-create-mobile.html
- pages 테이블: work.report_create 경로 변경
- TBM .m-header z-index: 100 → 30 (사이드바 가림 방지)
- tkfb-core.js 캐시 버스팅 전체 갱신

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-31 14:01:33 +09:00
parent 71132a1e8d
commit 1c47505b0d
39 changed files with 39 additions and 39 deletions

View File

@@ -22,7 +22,7 @@ button, .m-tbm-row, .m-tab, .m-new-btn, .m-detail-btn, .m-load-more,
.m-header {
position: sticky;
top: 0;
z-index: 100;
z-index: 30;
background: linear-gradient(135deg, #2563eb, #1d4ed8);
color: white;
padding: 0.875rem 1rem;