Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
fix: Fix z-index in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Sansai-snct committed Dec 14, 2022
1 parent 4ab2039 commit 4a9ea52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layout/header/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const EditHeader: FC<EditHeaderProps> = ({ name, link }) => {
alignItems="center"
bgColor="white"
position="fixed"
zIndex={100}
top={0}
w="full"
py="4"
Expand Down

0 comments on commit 4a9ea52

Please sign in to comment.