fix: Document meta unclickable when first item in a document is a heading

This commit is contained in:
Tom Moor
2021-01-14 18:51:58 -08:00
parent f501da9c0f
commit 7b8cbc50d5
2 changed files with 4 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ function DocumentMetaWithViews({ to, isDraft, document }: Props) {
const Meta = styled(DocumentMeta)`
margin: -12px 0 2em 0;
font-size: 14px;
position: relative;
z-index: 1;
a {
color: inherit;