fixed mobile menus, page spacing, horizontal scroll, .toc-wrapper
This commit is contained in:
parent
2b1f9f3bb2
commit
0df624df40
9 changed files with 76 additions and 68 deletions
|
@ -32,8 +32,8 @@ const { headings, frontmatter } = Astro.props;
|
|||
<hr />
|
||||
<slot />
|
||||
</div>
|
||||
<TOC mobile={false} headings={headings} data-pagefind-ignore/>
|
||||
</div>
|
||||
<TOC mobile={false} headings={headings} data-pagefind-ignore/>
|
||||
</DocsLayout>
|
||||
|
||||
<TOCIntersectionObserver/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue