Skip to content

Commit

Permalink
二段滑动bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jul 27, 2023
1 parent b9f52f3 commit adb6ec2
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 adb6ec2

Please sign in to comment.