二段滑动bug

This commit is contained in:
tangly1024.com
2023-07-27 17:50:23 +08:00
parent b9f52f386c
commit adb6ec242c

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}