tabexseriescomponents 0.0.96 → 0.0.97
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -25546,7 +25546,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
25546
25546
|
paddingTop: sectionproperties.uppersection_paddingtop + 'px',
|
|
25547
25547
|
paddingBottom: sectionproperties.uppersection_paddingbottom + 'px',
|
|
25548
25548
|
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'Transparent' : sectionproperties.uppersection_bgcolor,
|
|
25549
|
-
zIndex:
|
|
25549
|
+
zIndex: 200000
|
|
25550
25550
|
}
|
|
25551
25551
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25552
25552
|
"class": "row m-0 w-100"
|
package/dist/index.esm.js
CHANGED
|
@@ -25503,7 +25503,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
25503
25503
|
paddingTop: sectionproperties.uppersection_paddingtop + 'px',
|
|
25504
25504
|
paddingBottom: sectionproperties.uppersection_paddingbottom + 'px',
|
|
25505
25505
|
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'Transparent' : sectionproperties.uppersection_bgcolor,
|
|
25506
|
-
zIndex:
|
|
25506
|
+
zIndex: 200000
|
|
25507
25507
|
}
|
|
25508
25508
|
}, /*#__PURE__*/React.createElement("div", {
|
|
25509
25509
|
"class": "row m-0 w-100"
|
package/dist/index.umd.js
CHANGED
|
@@ -25486,7 +25486,7 @@
|
|
|
25486
25486
|
paddingTop: sectionproperties.uppersection_paddingtop + 'px',
|
|
25487
25487
|
paddingBottom: sectionproperties.uppersection_paddingbottom + 'px',
|
|
25488
25488
|
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'Transparent' : sectionproperties.uppersection_bgcolor,
|
|
25489
|
-
zIndex:
|
|
25489
|
+
zIndex: 200000
|
|
25490
25490
|
}
|
|
25491
25491
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25492
25492
|
"class": "row m-0 w-100"
|