Merge branch 'main'
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user