Skip to content

Commit

Permalink
Merge pull request #1351 from tangly1024/fix/next-post-scroll
Browse files Browse the repository at this point in the history
二段滑动bug
  • Loading branch information
tangly1024 committed Jul 27, 2023
2 parents b9f52f3 + adb6ec2 commit 488d48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NotionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 488d48e

Please sign in to comment.