Skip to content

Commit

Permalink
chore: iframe bottom radius
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Apr 2, 2024
1 parent 0879be8 commit 07dc435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wallet/src/W3mFrame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export class W3mFrame {
iframe.style.zIndex = '999999'
iframe.style.display = 'none'
iframe.style.opacity = '0'
iframe.style.borderBottomLeftRadius = `clamp(0px, var(--wui-border-radius-l), 44px)`
iframe.style.borderBottomRightRadius = `clamp(0px, var(--wui-border-radius-l), 44px)`
document.body.appendChild(iframe)
this.iframe = iframe
this.iframe.onload = () => {
Expand Down

0 comments on commit 07dc435

Please sign in to comment.