Skip to content

Commit

Permalink
fix: revert z-index of DeleteBtn
Browse files Browse the repository at this point in the history
  • Loading branch information
hwanheejung committed Jan 6, 2025
1 parent be2b3a7 commit 82e2032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const DeleteBtn = {
position: absolute;
left: -12px;
top: -12px;
z-index: 1000;
z-index: 100;
}
`,
)
Expand Down

0 comments on commit 82e2032

Please sign in to comment.