Skip to content

Commit

Permalink
fix: increase EditAssetDialog z-index (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailkakar authored Aug 17, 2023
1 parent ee891e0 commit 803f5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/www/components/AssetDetails/EditAssetDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const EditAssetDialog = ({
px: "$5",
pt: "$4",
pb: "$4",
zIndex: 1,
zIndex: 2,
}}>
<AlertDialogTitle asChild>
<Heading size="1">Edit Asset</Heading>
Expand Down

0 comments on commit 803f5b7

Please sign in to comment.