Skip to content

Commit

Permalink
fix: add id for argent mobile modal overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Jan 3, 2024
1 parent 2ddb904 commit b606da8
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 b606da8

Please sign in to comment.