bugfix:文章详情y轴禁用滚动

This commit is contained in:
tangly1024
2021-12-29 11:06:32 +08:00
parent 5b322c2d3d
commit 1a529ccecb

View File

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