ProHeader: increase z index
This commit is contained in:
@@ -38,7 +38,7 @@ const ProHeader: FunctionComponent<ProHeaderProps> = ({
|
||||
position: "sticky",
|
||||
top: 0,
|
||||
display: "flex",
|
||||
zIndex: 1,
|
||||
zIndex: 1000,
|
||||
flexDirection: isRTL ? "row-reverse" : "row",
|
||||
justifyContent: "space-between",
|
||||
alignItems: "center", // This centers vertically
|
||||
|
||||
Reference in New Issue
Block a user