fix: 전화주문 접수 관리 포장 명세 높이 제한(40vh)+스크롤, 헤더 고정

포장 명세 표가 데이터만큼 길어져 화면을 넘기던 문제 →
컨테이너 max-height 40vh + overflow 스크롤, thead sticky 고정

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
taekyoungc
2026-06-29 11:48:16 +09:00
parent 7cbe8877e3
commit 8330790741

View File

@@ -99,9 +99,9 @@
<span class="font-semibold text-gray-700">포장 명세</span>
<span class="text-gray-600">포장량: <span id="packing-total" class="font-bold text-blue-700">0</span> 개</span>
</div>
<div class="border border-gray-300 rounded-lg p-4 overflow-auto">
<div class="border border-gray-300 rounded-lg p-4 overflow-auto max-h-[40vh]">
<table class="w-full data-table text-sm">
<thead>
<thead class="sticky top-0 z-10 bg-gray-50">
<tr>
<th class="w-12 text-center">No</th>
<th class="text-left">봉투종류</th>