fix:계좌 입출금내역 카드 높이 확보

- overflow-hidden 제거하여 드롭다운 표시 허용
- min-h-[500px] 추가하여 최소 높이 확보

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-03 09:42:14 +09:00
parent 1a0ade4b5c
commit cf133a3d7e

View File

@@ -584,7 +584,7 @@ className="px-6 py-2 bg-stone-600 text-white rounded-lg hover:bg-stone-700 font-
}
return (
<div className="bg-white rounded-xl shadow-sm border border-stone-100 overflow-hidden">
<div className="bg-white rounded-xl shadow-sm border border-stone-100 min-h-[500px]">
<div className="p-6 border-b border-stone-100">
<div className="flex flex-col lg:flex-row lg:items-center lg:justify-between gap-4">
<h2 className="text-lg font-bold text-stone-900">입출금 내역</h2>