Skip to content

Commit

Permalink
fix: issue with zindex over iframe inscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Dec 23, 2024
1 parent 281d3a5 commit 881fca3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function Inscription({ inscription }: InscriptionProps) {
position="absolute"
right="space.03"
top="space.03"
zIndex="90"
zIndex="900"
>
<DropdownMenu.Root>
<DropdownMenu.Trigger>
Expand All @@ -141,7 +141,7 @@ export function Inscription({ inscription }: InscriptionProps) {
icon={<EllipsisVIcon variant="small" />}
/>
</DropdownMenu.Trigger>
<DropdownMenu.Content side="bottom" style={{ marginRight: '96px' }}>
<DropdownMenu.Content side="bottom">
<DropdownMenu.Item onClick={() => openInscriptionUrl(inscription.number)}>
<Flag img={<ExternalLinkIcon variant="small" />}>Open original</Flag>
</DropdownMenu.Item>
Expand Down

0 comments on commit 881fca3

Please sign in to comment.