@webqit/webflo 0.20.51 → 0.20.52

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.51",
15
+ "version": "0.20.52",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -1433,7 +1433,7 @@ export class ModalElement extends BaseElement {
1433
1433
  color: var(--header-color-default);
1434
1434
  background: var(--header-background);
1435
1435
 
1436
- z-index: 2;
1436
+ z-index: 3;
1437
1437
  }
1438
1438
 
1439
1439
  .header-box {
@@ -1482,7 +1482,7 @@ export class ModalElement extends BaseElement {
1482
1482
  color: var(--footer-color-default);
1483
1483
  background: var(--footer-background);
1484
1484
 
1485
- z-index: 3;
1485
+ z-index: 2;
1486
1486
  }
1487
1487
 
1488
1488
  footer .footer-bar {