fix/gitbook-nav-scroll-height

This commit is contained in:
tangly1024
2023-07-28 17:18:52 +08:00
parent beb67875cb
commit a29271af31

View File

@@ -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'>
{slotLeft}
<SearchInput className='my-3 rounded-md' />
{/* 所有文章列表 */}
<NavPostList filteredPostGroups={filteredPostGroups} />
<div className='mb-20'>
{/* 所有文章列表 */}
<NavPostList filteredPostGroups={filteredPostGroups} />
</div>
</div>