@tutti-os/workbench-surface 0.0.43 → 0.0.44

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.js CHANGED
@@ -1265,7 +1265,7 @@ function WorkbenchMissionControlOverlay({
1265
1265
  return /* @__PURE__ */ jsx(
1266
1266
  "div",
1267
1267
  {
1268
- className: "workbench-mission-control pointer-events-none absolute inset-0 z-[1100] overflow-hidden",
1268
+ className: "workbench-mission-control pointer-events-none absolute inset-0 overflow-hidden",
1269
1269
  "data-phase": phase,
1270
1270
  children: state.mode === "layout" ? /* @__PURE__ */ jsx("div", { className: "workbench-mission-control__footer-shell pointer-events-none absolute inset-x-0 bottom-0 flex justify-center px-6 pb-6", children: /* @__PURE__ */ jsx(
1271
1271
  "div",