We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa92552 commit 6f5e41dCopy full SHA for 6f5e41d
src/app/components/modal/ModalLayout.tsx
@@ -53,7 +53,7 @@ const ModalLayout = () => {
53
54
return createPortal(
55
<div
56
- className="bg-black50 !z-99999 fixed inset-0 flex items-center justify-center"
+ className="!z-99999 fixed inset-0 flex items-center justify-center"
57
onClick={(e) => {
58
if (e.target === e.currentTarget) closeModal();
59
}}
0 commit comments