Skip to content

Commit 0598bf8

Browse files
fix(doc-link): remove uneeded relative position style
1 parent 428ea41 commit 0598bf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/DocLink.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const DocLink: React.FC<IProps> = ({ to, children, isExternal = false }) => {
2626
}}
2727
>
2828
<Flex
29-
position="relative"
3029
zIndex={1}
3130
display="flex"
3231
flexDirection="row"

0 commit comments

Comments
 (0)