ProHeader: increase z index

This commit is contained in:
2025-11-16 16:09:56 +03:00
parent 6e49a89045
commit d1c96d37ea

View File

@@ -38,7 +38,7 @@ const ProHeader: FunctionComponent<ProHeaderProps> = ({
position: "sticky", position: "sticky",
top: 0, top: 0,
display: "flex", display: "flex",
zIndex: 1, zIndex: 1000,
flexDirection: isRTL ? "row-reverse" : "row", flexDirection: isRTL ? "row-reverse" : "row",
justifyContent: "space-between", justifyContent: "space-between",
alignItems: "center", // This centers vertically alignItems: "center", // This centers vertically