Fix dialog z-index for safari.

This commit is contained in:
muzam1l
2022-07-21 16:44:33 +05:30
parent b9da659f83
commit 7f6f9c11db

View File

@@ -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,