@webqit/webflo 0.20.37 → 0.20.38

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.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.20.37",
15
+ "version": "0.20.38",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -293,6 +293,7 @@ export class ToastElement extends BaseElement {
293
293
  @starting-style {
294
294
  :host(:is([popover="manual"], ._manual-dismiss):popover-open)::backdrop {
295
295
  backdrop-filter: none;
296
+ background: none;
296
297
  }
297
298
  }
298
299
 
@@ -1418,6 +1419,7 @@ export class ModalElement extends BaseElement {
1418
1419
  @starting-style {
1419
1420
  :host(:popover-open)::backdrop {
1420
1421
  backdrop-filter: none;
1422
+ background: none;
1421
1423
  }
1422
1424
  }
1423
1425