Skip to content

Commit 147bcb1

Browse files
author
Takahiro Fujiwara
authored
Merge pull request #27 from rnhsnd/master
Fix overlapping quote symbols
2 parents 65ce349 + 67b3f2b commit 147bcb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PostLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export default function PostLayout({
9797
margin: 0 auto;
9898
padding: 0 1.5rem;
9999
box-sizing: border-box;
100+
z-index: 0;
100101
}
101102
.metadata div {
102103
display: inline-block;

0 commit comments

Comments
 (0)