Skip to content

Commit

Permalink
[Fix] 메뉴바 헤더 위에서 움직임 고침 #572
Browse files Browse the repository at this point in the history
  • Loading branch information
pearpearB committed Mar 20, 2022
1 parent 6149f9b commit 9bd0b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Header/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const HeaderBackdrop = styled.div`
align-items: center;
width: 100vw;
height: 100vh;
max-height: -webkit-fill-available;
`;

export const UtilButton = styled.div`
Expand Down

0 comments on commit 9bd0b7f

Please sign in to comment.