Skip to content

Commit

Permalink
chore :: header z-index 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Oct 27, 2024
1 parent 7a925f0 commit 3332aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/company/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const Header = () => {
const HeaderWrap = styled.div`
position: fixed;
display: flex;
z-index: 1;
z-index: 99;
justify-content: space-between;
align-items: center;
width: 100%;
Expand Down

0 comments on commit 3332aa8

Please sign in to comment.