Merge pull request #1351 from tangly1024/fix/next-post-scroll

二段滑动bug
This commit is contained in:
tangly1024
2023-07-27 17:50:54 +08:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ const NotionPage = ({ post, className }) => {
return <>{post?.summary || ''}</>
}
return <div id='notion-article' className={`mx-auto overflow-x-hidden ${className || ''}`}>
return <div id='notion-article' className={`mx-auto overflow-hidden ${className || ''}`}>
<NotionRenderer
recordMap={post.blockMap}
mapPageUrl={mapPageUrl}