sixseconds-modules 1.6.53 → 1.6.55

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 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: "99",
9001
+ zIndex: "999999999",
9002
9002
  // left: "255px",
9003
9003
  right: "0px",
9004
9004
  top: "0px"
@@ -11310,6 +11310,7 @@ const PreviousLoginBanner = ({ t: t2, router, sx }) => {
11310
11310
  return previousLoginDetails.id && previousLoginDetails.isAllowToAccess && /* @__PURE__ */ jsxRuntime.jsx(
11311
11311
  material.Box,
11312
11312
  {
11313
+ component: material.AppBar,
11313
11314
  sx: {
11314
11315
  height: "auto",
11315
11316
  width: "100%",