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.mjs
CHANGED
|
@@ -986,7 +986,7 @@ function StaffSidebar({
|
|
|
986
986
|
borderRight: `1px solid ${isDark ? "#374151" : "var(--color-border-colors-neutral, #c8cedd)"}`,
|
|
987
987
|
display: "flex",
|
|
988
988
|
flexDirection: "column",
|
|
989
|
-
zIndex:
|
|
989
|
+
zIndex: 50,
|
|
990
990
|
overflow: "hidden",
|
|
991
991
|
transition: "width 0.3s ease",
|
|
992
992
|
color: isDark ? "#ffffff" : void 0
|
|
@@ -1055,7 +1055,7 @@ function StaffSidebar({
|
|
|
1055
1055
|
position: "fixed",
|
|
1056
1056
|
top: "10%",
|
|
1057
1057
|
left: currentWidth,
|
|
1058
|
-
zIndex:
|
|
1058
|
+
zIndex: 51,
|
|
1059
1059
|
width: "24px",
|
|
1060
1060
|
height: "40px",
|
|
1061
1061
|
borderRadius: "0 6px 6px 0",
|
|
@@ -1150,7 +1150,7 @@ function UserHeader({
|
|
|
1150
1150
|
boxShadow: "0 2px 8px rgba(0,0,0,0.15)",
|
|
1151
1151
|
position: "sticky",
|
|
1152
1152
|
top: 0,
|
|
1153
|
-
zIndex:
|
|
1153
|
+
zIndex: 40,
|
|
1154
1154
|
color: "#ffffff"
|
|
1155
1155
|
},
|
|
1156
1156
|
children: /* @__PURE__ */ jsxs(
|
|
@@ -1591,7 +1591,7 @@ function UserSidebar({
|
|
|
1591
1591
|
position: "fixed",
|
|
1592
1592
|
inset: 0,
|
|
1593
1593
|
background: "rgba(0,0,0,0.5)",
|
|
1594
|
-
zIndex:
|
|
1594
|
+
zIndex: 45,
|
|
1595
1595
|
transition: "opacity 0.3s ease"
|
|
1596
1596
|
}
|
|
1597
1597
|
}
|