diy-template-components 2.0.94 → 2.0.95
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/build/index.es.js +4 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -350,7 +350,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
350
350
|
bottom: 0,
|
|
351
351
|
left: 0,
|
|
352
352
|
width: '100%',
|
|
353
|
-
zIndex: '
|
|
353
|
+
zIndex: '100'
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
356
|
mobileAppNameClass: {
|
|
@@ -1610,6 +1610,9 @@ function MobileHeader({
|
|
|
1610
1610
|
body?.setAttribute('style', 'overflow: hidden;');
|
|
1611
1611
|
} else {
|
|
1612
1612
|
body?.removeAttribute('style');
|
|
1613
|
+
if (header?.effectivePrice && body) {
|
|
1614
|
+
body?.setAttribute('style', 'margin-bottom: 130px');
|
|
1615
|
+
}
|
|
1613
1616
|
}
|
|
1614
1617
|
}, [sideMenu]);
|
|
1615
1618
|
useEffect(() => {
|