@webqit/webflo 0.20.50 → 0.20.51

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.50",
15
+ "version": "0.20.51",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -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: 1;
1485
+ z-index: 3;
1486
1486
  }
1487
1487
 
1488
1488
  footer .footer-bar {