Skip to content

Commit

Permalink
gitbook 目录
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jul 5, 2024
1 parent 9790bae commit 06463fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/gitbook/components/Catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Catalog = ({ post }) => {

return (
<>
<div className='w-full'><i className='mr-1 fas fa-stream' />{locale.COMMON.TABLE_OF_CONTENTS}</div>
<div className='w-full hidden md:block'><i className='mr-1 fas fa-stream' />{locale.COMMON.TABLE_OF_CONTENTS}</div>
<div
id='toc-wrapper'
className='toc-wrapper overflow-y-auto my-2 max-h-80 overscroll-none scroll-hidden'>
Expand Down

0 comments on commit 06463fa

Please sign in to comment.