fix(tkpurchase): 테이블 첫 행 가림 버그 수정 — sticky 헤더 제거

position: sticky 테이블 헤더가 첫 번째 데이터 행을 가려서 데이터 누락으로 보이던 문제 해결.
overflow-x-auto 래퍼와 sticky 조합의 브라우저 불일치 문제도 함께 제거.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-16 08:41:26 +09:00
parent 509691eebb
commit 457c74084f
10 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<title>업무현황 종합 - TK 구매관리</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="/static/css/tkpurchase.css?v=2026031601">
<link rel="stylesheet" href="/static/css/tkpurchase.css?v=2026031602">
</head>
<body>
<!-- Header -->