tabexseriescomponents 0.2.794 → 0.2.795
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
|
@@ -25604,7 +25604,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25604
25604
|
style: {
|
|
25605
25605
|
position: sectionproperties.respheaderposition,
|
|
25606
25606
|
// position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
|
|
25607
|
-
zIndex:
|
|
25607
|
+
zIndex: 999,
|
|
25608
25608
|
top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
|
|
25609
25609
|
}
|
|
25610
25610
|
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -25555,7 +25555,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25555
25555
|
style: {
|
|
25556
25556
|
position: sectionproperties.respheaderposition,
|
|
25557
25557
|
// position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
|
|
25558
|
-
zIndex:
|
|
25558
|
+
zIndex: 999,
|
|
25559
25559
|
top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
|
|
25560
25560
|
}
|
|
25561
25561
|
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -25416,7 +25416,7 @@
|
|
|
25416
25416
|
style: {
|
|
25417
25417
|
position: sectionproperties.respheaderposition,
|
|
25418
25418
|
// position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
|
|
25419
|
-
zIndex:
|
|
25419
|
+
zIndex: 999,
|
|
25420
25420
|
top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
|
|
25421
25421
|
}
|
|
25422
25422
|
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|