Skip to content

Commit 6f5e41d

Browse files
committed
fix: 모달 배경 없앰
1 parent aa92552 commit 6f5e41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/modal/ModalLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const ModalLayout = () => {
5353

5454
return createPortal(
5555
<div
56-
className="bg-black50 !z-99999 fixed inset-0 flex items-center justify-center"
56+
className="!z-99999 fixed inset-0 flex items-center justify-center"
5757
onClick={(e) => {
5858
if (e.target === e.currentTarget) closeModal();
5959
}}

0 commit comments

Comments
 (0)