Skip to content

Commit

Permalink
fix/gitbook-nav-scroll-height
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jul 28, 2023
1 parent beb6787 commit a29271a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions themes/gitbook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit a29271a

Please sign in to comment.