Skip to content

Commit

Permalink
Merge pull request #15 from wellsync/wellsync
Browse files Browse the repository at this point in the history
fix: removed deprecated frame border
  • Loading branch information
jeroenrinzema authored Jan 13, 2025
2 parents 355d353 + b6915ab commit 14593ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

this._iframe = document.createElement("iframe");
this._iframe.frameBorder = 0;
this._iframe.style.border = "none";
this._iframe.width = "100%";
this._iframe.src = widget.href;

Expand Down

0 comments on commit 14593ea

Please sign in to comment.