Skip to content

Commit

Permalink
Merge pull request #54 from argentlabs/fix/argent-mobile-overlay-id
Browse files Browse the repository at this point in the history
fix: add id for argent mobile modal overlay
  • Loading branch information
bluecco authored Jan 3, 2024
2 parents 2ddb904 + b606da8 commit 4a5e53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connectors/argentMobile/modal/argentModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class ArgentModal {
// type=overlay, device=desktop
const overlay = document.createElement("div")
overlay.innerHTML = overlayHtml
overlay.id = "argent-mobile-modal-overlay"
for (const [key, value] of Object.entries(overlayStyle)) {
overlay.style[key as any] = value
}
Expand Down

0 comments on commit 4a5e53a

Please sign in to comment.