Skip to content

Commit

Permalink
fix: prevent tab index to embedded elements
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Feb 6, 2025
1 parent 2562313 commit b2a8fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/collectibles/collectible-iframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function CollectibleIframe({ icon, src, ...props }: CollectibleIframeProp
src={src}
width="100%"
zIndex={99}
tabIndex={-1}
/>
</CollectibleItemLayout>
);
Expand Down

0 comments on commit b2a8fa4

Please sign in to comment.