sixseconds-modules 1.6.55 → 1.6.57
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.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8998,7 +8998,7 @@ const SubHeaderStyled = material.styled(material.AppBar)(() => ({
|
|
|
8998
8998
|
width: "100vw",
|
|
8999
8999
|
fontFamily: "Inter, sans-serif",
|
|
9000
9000
|
position: "fixed",
|
|
9001
|
-
zIndex: "
|
|
9001
|
+
zIndex: "999",
|
|
9002
9002
|
// left: "255px",
|
|
9003
9003
|
right: "0px",
|
|
9004
9004
|
top: "0px"
|