mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Fix footer disappear
This commit is contained in:
@ -185,9 +185,7 @@ const Post = ({ postData }: InferGetStaticPropsType<typeof getStaticProps>) => {
|
||||
</Box>
|
||||
|
||||
{/* Comment */}
|
||||
<Box ref={commentRef} h="382px">
|
||||
{commentInView && <PostComment />}
|
||||
</Box>
|
||||
<Box ref={commentRef}>{commentInView && <PostComment />}</Box>
|
||||
|
||||
<Footer />
|
||||
</Flex>
|
||||
|
Reference in New Issue
Block a user