fix(shared): Toc placement
This commit is contained in:
parent
439bb08d23
commit
6e3561a9f6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const TocWrapper = ({ toc, app }) => {
|
|||
<div
|
||||
className={`
|
||||
mdx mdx-toc text-base-content text-lg lg:text-xl
|
||||
sticky top-8 max-h-screen overflow-y-auto
|
||||
sticky top-16 max-h-screen overflow-y-auto
|
||||
border-2 bg-base-200 bg-opacity-30 p-4 rounded-lg border-base-200
|
||||
`}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue