横向滚动溢出,目录sticky问题

This commit is contained in:
tangly1024.com
2023-07-24 11:17:19 +08:00
parent 275a00e3c0
commit 89b83a46b4
2 changed files with 2 additions and 2 deletions

View File

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