Skip to content

Commit

Permalink
Merge pull request #53 from argentlabs/fix/argent-mobile-modal-id
Browse files Browse the repository at this point in the history
fix: add id for argent mobile modal container div
  • Loading branch information
bluecco authored Jan 2, 2024
2 parents 83a9e3d + 0bef0fc commit 4d6e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/argentMobile/modal/argentModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const iframeStyle = {
}

const overlayHtml = `
<div style="position: relative">
<div id="argent-mobile-modal-container" style="position: relative">
<iframe class="argent-iframe" allow="clipboard-write"></iframe>
<div class="argent-close-button" style="position: absolute; top: 24px; right: 24px; cursor: pointer;">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit 4d6e08d

Please sign in to comment.