Skip to content

Commit

Permalink
fix: add z-index to error dialog (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailkakar authored Aug 16, 2023
1 parent d346aa7 commit 81f7ff7
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

1 comment on commit 81f7ff7

@vercel
Copy link

@vercel vercel bot commented on 81f7ff7 Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.