文章溢出
This commit is contained in:
tangly1024
2021-12-21 16:45:44 +08:00
parent 950b8fc358
commit 057ca44de6
7 changed files with 9 additions and 18 deletions

View File

@@ -102,7 +102,7 @@ export default function ArticleDetail ({ post, blockMap, recommendPosts, prev, n
</header>
{/* Notion文章主体 */}
<section id='notion-article'>
<section id='notion-article' className='overflow-x-auto'>
{blockMap && (
<NotionRenderer
className={`${BLOG.font}`}