diff --git a/components/Dialog.tsx b/components/Dialog.tsx index 753b21a..7fffd24 100644 --- a/components/Dialog.tsx +++ b/components/Dialog.tsx @@ -15,7 +15,7 @@ const contentShow = keyframes({ "100%": { opacity: 1 }, }); const StyledOverlay = styled(DialogPrimitive.Overlay, { - zIndex: 9999, + zIndex: 10000, backgroundColor: blackA.blackA9, position: "fixed", inset: 0,