Skip to content

Commit

Permalink
added z-index to error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailkakar authored Aug 16, 2023
1 parent d346aa7 commit 9574a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/www/components/ErrorDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ErrorDialog = ({
}) => {
return (
<AlertDialog open={isOpen} onOpenChange={onOpenChange}>
<AlertDialogContent css={{ maxWidth: 450, px: "$5", pt: "$4", pb: "$4" }}>
<AlertDialogContent css={{ maxWidth: 450, px: "$5", pt: "$4", pb: "$4", zIndex: 1 }}>
<AlertDialogTitle asChild>
<Heading size="1">Error</Heading>
</AlertDialogTitle>
Expand Down

0 comments on commit 9574a9c

Please sign in to comment.