Skip to content

Commit c8ac2d2

Browse files
committed
Enhance webflo elements
1 parent 3787669 commit c8ac2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webflo-runtime/webflo-client/webflo-elements.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ export class ModalElement extends BaseElement {
14331433
color: var(--header-color-default);
14341434
background: var(--header-background);
14351435
1436-
z-index: 2;
1436+
z-index: 3;
14371437
}
14381438
14391439
.header-box {
@@ -1482,7 +1482,7 @@ export class ModalElement extends BaseElement {
14821482
color: var(--footer-color-default);
14831483
background: var(--footer-background);
14841484
1485-
z-index: 3;
1485+
z-index: 2;
14861486
}
14871487
14881488
footer .footer-bar {

0 commit comments

Comments
 (0)