@openfin/web-utils 0.38.37 → 0.38.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,7 @@ const mixin = (Base) => class _OfViewElement extends Base {
12
12
  this.#iframe.src = this.src;
13
13
  this.#iframe.style.height = '100%';
14
14
  this.#iframe.style.width = '100%';
15
+ this.#iframe.style.border = 'none';
15
16
  if (this.forceFrameName) {
16
17
  // if forceFrameName is set, the consumer is intentionally breaking auto-connection
17
18
  this.#iframe.setAttribute('name', this.forceFrameName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/web-utils",
3
- "version": "0.38.37",
3
+ "version": "0.38.40",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "files": [