prisma-goat 0.2.5 → 0.2.6
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/README.md +1 -1
- package/dist/prisma-goat.js +1 -2
- package/dist/prisma-goat.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/prisma-goat.js
CHANGED
|
@@ -6015,7 +6015,7 @@ const os = (g, A) => ZB(g) ? new ss(A) : new is(A, {
|
|
|
6015
6015
|
secondary: "text-[#1F2937]",
|
|
6016
6016
|
experiences: "text-[#1F2937]"
|
|
6017
6017
|
};
|
|
6018
|
-
return /* @__PURE__ */ f("nav", { ref: w, ...e, className: `fixed top-0 left-0 right-0 z-10 ${n[g]} bg-opacity-75`, children: [
|
|
6018
|
+
return /* @__PURE__ */ f("nav", { style: { zIndex: 9999 }, ref: w, ...e, className: `fixed top-0 left-0 right-0 z-10 ${n[g]} bg-opacity-75`, children: [
|
|
6019
6019
|
/* @__PURE__ */ f("div", { className: "mx-auto max-w-7xl px-2 sm:px-6 lg:px-8", children: [
|
|
6020
6020
|
/* @__PURE__ */ I(
|
|
6021
6021
|
ns.div,
|
|
@@ -6192,7 +6192,6 @@ const ls = yA(
|
|
|
6192
6192
|
/* @__PURE__ */ I("div", { className: "absolute bottom-4 left-1/2 transform -translate-x-1/2 flex gap-2 z-30", children: g.map((y, u) => /* @__PURE__ */ I(
|
|
6193
6193
|
"button",
|
|
6194
6194
|
{
|
|
6195
|
-
style: { zIndex: 999 },
|
|
6196
6195
|
onClick: () => s(u),
|
|
6197
6196
|
className: `w-3 h-3 rounded-full ${i === u ? "bg-white" : "bg-gray-400"}`
|
|
6198
6197
|
},
|