mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-29 23:16:51 +00:00
fix-click
This commit is contained in:
@@ -91,7 +91,7 @@ export const LayoutSlug = props => {
|
|||||||
</div>
|
</div>
|
||||||
{post.type === 'Post' && <ArticleAdjacent {...props} />}
|
{post.type === 'Post' && <ArticleAdjacent {...props} />}
|
||||||
|
|
||||||
{post?.toc?.length > 0 && <div id='toc-wrapper' className='absolute top-0 w-full h-full xl:block hidden' >
|
{post?.toc?.length > 0 && <div id='toc-wrapper' style={{ zIndex: '-1' }} className='absolute top-0 w-full h-full xl:block hidden' >
|
||||||
<div className='relative h-full'>
|
<div className='relative h-full'>
|
||||||
<div className='float-right -mr-72 h-full mt-40'>
|
<div className='float-right -mr-72 h-full mt-40'>
|
||||||
<div className='sticky top-24'>
|
<div className='sticky top-24'>
|
||||||
|
|||||||
Reference in New Issue
Block a user