@attabot/product-app 1.0.29 → 1.0.31

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.
@@ -8511,7 +8511,9 @@ function Mn() {
8511
8511
  // CategoryDetails.jsx – main content wrapper (below TopBar)
8512
8512
  // -------------------------------------------------------------------------
8513
8513
  contentWrapper: {
8514
- marginTop: 10,
8514
+ // Spacer so fixed TopBar (72px tall) does not
8515
+ // overlap the dashboard cards/table content.
8516
+ marginTop: 8,
8515
8517
  position: "relative",
8516
8518
  zIndex: 0,
8517
8519
  width: "100%",
@@ -33259,9 +33261,9 @@ const oy = ({
33259
33261
  {
33260
33262
  sx: {
33261
33263
  ...Ce.root,
33262
- // Fixed so it stays at the top while scrolling.
33263
- // Let it span the full viewport width; inner content
33264
- // will be centered in a maxWidth Container (like cards/table).
33264
+ // Fixed so it always stays at the top of the viewport
33265
+ // while the page scrolls. It spans the full width so
33266
+ // the background aligns with the layout shell.
33265
33267
  position: "fixed",
33266
33268
  top: 0,
33267
33269
  left: 0,
@@ -33274,18 +33276,18 @@ const oy = ({
33274
33276
  paddingBottom: 0,
33275
33277
  gap: "16px",
33276
33278
  boxSizing: "border-box",
33277
- overflow: "hidden",
33278
- zIndex: 1200
33279
+ overflow: "visible",
33280
+ zIndex: 1100
33279
33281
  },
33280
33282
  children: /* @__PURE__ */ u(
33281
33283
  lr,
33282
33284
  {
33283
- maxWidth: "lg",
33285
+ maxWidth: !1,
33284
33286
  disableGutters: !0,
33285
33287
  sx: {
33286
33288
  width: "100%",
33287
33289
  display: "flex",
33288
- justifyContent: "center",
33290
+ justifyContent: "flex-start",
33289
33291
  boxSizing: "border-box",
33290
33292
  px: { xs: 1, sm: 2, md: 4 }
33291
33293
  },