gov-layout 1.2.19 → 1.2.20
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -988,7 +988,7 @@ function StaffSidebar({
|
|
|
988
988
|
borderRight: `1px solid ${isDark ? "#374151" : "var(--color-border-colors-neutral, #c8cedd)"}`,
|
|
989
989
|
display: "flex",
|
|
990
990
|
flexDirection: "column",
|
|
991
|
-
zIndex:
|
|
991
|
+
zIndex: 50,
|
|
992
992
|
overflow: "hidden",
|
|
993
993
|
transition: "width 0.3s ease",
|
|
994
994
|
color: isDark ? "#ffffff" : void 0
|
|
@@ -1057,7 +1057,7 @@ function StaffSidebar({
|
|
|
1057
1057
|
position: "fixed",
|
|
1058
1058
|
top: "10%",
|
|
1059
1059
|
left: currentWidth,
|
|
1060
|
-
zIndex:
|
|
1060
|
+
zIndex: 51,
|
|
1061
1061
|
width: "24px",
|
|
1062
1062
|
height: "40px",
|
|
1063
1063
|
borderRadius: "0 6px 6px 0",
|
|
@@ -1152,7 +1152,7 @@ function UserHeader({
|
|
|
1152
1152
|
boxShadow: "0 2px 8px rgba(0,0,0,0.15)",
|
|
1153
1153
|
position: "sticky",
|
|
1154
1154
|
top: 0,
|
|
1155
|
-
zIndex:
|
|
1155
|
+
zIndex: 40,
|
|
1156
1156
|
color: "#ffffff"
|
|
1157
1157
|
},
|
|
1158
1158
|
children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
@@ -1593,7 +1593,7 @@ function UserSidebar({
|
|
|
1593
1593
|
position: "fixed",
|
|
1594
1594
|
inset: 0,
|
|
1595
1595
|
background: "rgba(0,0,0,0.5)",
|
|
1596
|
-
zIndex:
|
|
1596
|
+
zIndex: 45,
|
|
1597
1597
|
transition: "opacity 0.3s ease"
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|