@3sc/common-component 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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -33511,7 +33511,7 @@ const tF = ({
|
|
|
33511
33511
|
sx: {
|
|
33512
33512
|
width: n ? "70%" : "100%",
|
|
33513
33513
|
position: "relative",
|
|
33514
|
-
zIndex:
|
|
33514
|
+
zIndex: 3,
|
|
33515
33515
|
height: "100vh",
|
|
33516
33516
|
p: "0rem 1.5rem"
|
|
33517
33517
|
},
|