From 91f36273e905395d0a17ff1e5c14a7512e342f30 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Wed, 11 Mar 2026 21:04:47 +0900 Subject: [PATCH] =?UTF-8?q?fix(drug-usage):=20=EC=9D=B4=EC=A4=91=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - detail-left/right에서 max-height, overflow-y 제거 - 테이블 wrapper만 스크롤 유지 (300px) - 바깥 패널은 자연스럽게 확장 --- backend/templates/admin_drug_usage.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/templates/admin_drug_usage.html b/backend/templates/admin_drug_usage.html index 6333110..9a35013 100644 --- a/backend/templates/admin_drug_usage.html +++ b/backend/templates/admin_drug_usage.html @@ -358,8 +358,6 @@ border-radius: 10px; padding: 16px; border: 1px solid #e2e8f0; - max-height: 300px; - overflow-y: auto; } .detail-left h4, .detail-right h4 { font-size: 14px;