We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f948c9f commit 8f3ddc2Copy full SHA for 8f3ddc2
frontend/components/core/NavBarMobile.tsx
@@ -34,7 +34,7 @@ const Container = styled.div`
34
return `background: ${props.theme.black_10};`
35
}}
36
`
37
-export const BlockLink = styled(Link)`
+export const BlockLink = styled.a`
38
display: block;
39
cursor: pointer;
40
@@ -50,7 +50,7 @@ const ToggleMenu = styled.input`
50
51
const ToggleMenuLabel = styled.label`
52
53
- position: absolute;
+ position: fixed;
54
right: 0;
55
top: 0;
56
padding: 1.25rem;
0 commit comments