1
0
Fork 0

fix(shared): Toc placement

This commit is contained in:
Joost De Cock 2022-10-04 18:49:13 +02:00
parent 439bb08d23
commit 6e3561a9f6

View file

@ -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
`}
>