fix:카드 사용내역 계정과목 드롭다운 z-index 상향
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user