Skip to content

Commit 8f3ddc2

Browse files
committed
모바일 네비게이션바 스타일 수정
1 parent f948c9f commit 8f3ddc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/components/core/NavBarMobile.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Container = styled.div`
3434
return `background: ${props.theme.black_10};`
3535
}}
3636
`
37-
export const BlockLink = styled(Link)`
37+
export const BlockLink = styled.a`
3838
display: block;
3939
cursor: pointer;
4040
`
@@ -50,7 +50,7 @@ const ToggleMenu = styled.input`
5050

5151
const ToggleMenuLabel = styled.label`
5252
cursor: pointer;
53-
position: absolute;
53+
position: fixed;
5454
right: 0;
5555
top: 0;
5656
padding: 1.25rem;

0 commit comments

Comments
 (0)