@pnkx-lib/ui 1.9.417 → 1.9.418
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/es/ui/SidebarV2.js +1 -1
- package/package.json +1 -1
package/es/ui/SidebarV2.js
CHANGED
|
@@ -101,7 +101,7 @@ const SidebarV2 = ({ menu, children }) => {
|
|
|
101
101
|
boxShadow: "0 1px 2px rgba(0, 0, 0, 0.15)",
|
|
102
102
|
height: "56px",
|
|
103
103
|
position: "fixed",
|
|
104
|
-
zIndex:
|
|
104
|
+
zIndex: 1e3
|
|
105
105
|
},
|
|
106
106
|
children: /* @__PURE__ */ jsxs("div", { className: "w-full flex items-center justify-between", children: [
|
|
107
107
|
/* @__PURE__ */ jsx("div", { className: "flex items-center ml-[-2rem]", children: /* @__PURE__ */ jsx("img", { src: logoHeaderText, alt: "logo", width: 200 }) }),
|