mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 07:26:47 +00:00
fix/gitbook-nav-scroll-height
This commit is contained in:
@@ -72,8 +72,10 @@ const LayoutBase = (props) => {
|
|||||||
<div className='w-72 py-14 px-6 sticky top-0 overflow-y-scroll h-screen scroll-hidden'>
|
<div className='w-72 py-14 px-6 sticky top-0 overflow-y-scroll h-screen scroll-hidden'>
|
||||||
{slotLeft}
|
{slotLeft}
|
||||||
<SearchInput className='my-3 rounded-md' />
|
<SearchInput className='my-3 rounded-md' />
|
||||||
{/* 所有文章列表 */}
|
<div className='mb-20'>
|
||||||
<NavPostList filteredPostGroups={filteredPostGroups} />
|
{/* 所有文章列表 */}
|
||||||
|
<NavPostList filteredPostGroups={filteredPostGroups} />
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user