fix(tkpurchase): 테이블 첫 행 가림 버그 수정 — sticky 헤더 제거
position: sticky 테이블 헤더가 첫 번째 데이터 행을 가려서 데이터 누락으로 보이던 문제 해결. overflow-x-auto 래퍼와 sticky 조합의 브라우저 불일치 문제도 함께 제거. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b
|
||||
/* Table */
|
||||
.visit-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
|
||||
.visit-table th { background: #f1f5f9; padding: 0.625rem 0.75rem; text-align: left; font-weight: 600; color: #475569; white-space: nowrap; border-bottom: 2px solid #e2e8f0; }
|
||||
.visit-table thead th { position: sticky; top: 56px; z-index: 10; }
|
||||
|
||||
.visit-table td { padding: 0.625rem 0.75rem; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
|
||||
.visit-table tr:hover { background: #f8fafc; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user