Skip to content

Commit

Permalink
Merge pull request #798 from TokenScript/fix/authenticate-on-chain
Browse files Browse the repository at this point in the history
authenticate styles fix z-index ios
  • Loading branch information
nicktaras authored Aug 17, 2023
2 parents 5214802 + 20f8975 commit feabea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outlet/attestationIdClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export class AttestationIdClient {
this.iframeWrap = iframeWrap
iframeWrap.setAttribute(
'style',
'width:101%;min-height: 100vh; position: fixed; align-items: center; justify-content: center;display: none;top: 0; left: 0; background: #fffa',
'width:101%;min-height: 100vh; position: fixed; align-items: center; justify-content: center;display: none;top: 0; left: 0; background: #fffa; z-index: 1400',
)
iframeWrap.appendChild(iframe)

Expand Down

0 comments on commit feabea2

Please sign in to comment.