Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
ielijose committed Dec 7, 2023
1 parent 54ccc95 commit 644a581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useNoRampModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const useNoRampModal = (config: NoRampConfig) => {
iframe.allow = 'clipboard-write';
iframe.style.cssText =
'position: fixed; inset: 0px; z-index: 2147483647; border-width: 0px; overflow: hidden auto; top: 0, left: 0, width: 100%, height: 100%';
iframe.style.display = 'flex';
iframe.style.display = 'block';
document.body.appendChild(iframe);
iframeRef.current = iframe;
},
Expand Down

1 comment on commit 644a581

@vercel
Copy link

@vercel vercel bot commented on 644a581 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noramp-kit – ./

noramp-kit-noramp.vercel.app
noramp-kit-git-main-noramp.vercel.app
noramp-kit.vercel.app

Please sign in to comment.