fix:카드 사용내역 계정과목 드롭다운 z-index 상향

This commit is contained in:
김보곤
2026-02-03 10:25:36 +09:00
parent 0eab942b64
commit f5b3d09b6f

View File

@@ -284,7 +284,7 @@ className="text-stone-400 hover:text-stone-600"
{/* 드롭다운 */}
{isOpen && (
<div className="absolute z-50 mt-1 w-48 bg-white border border-stone-200 rounded-lg shadow-lg">
<div className="absolute z-[9999] mt-1 w-48 bg-white border border-stone-200 rounded-lg shadow-xl">
{/* 검색 입력 */}
<div className="p-2 border-b border-stone-100">
<input