Browse Source

Scroll sidebar on overflow

master
buttercat1791 9 months ago
parent
commit
31b5c2c324
  1. 2
      src/lib/components/publications/Publication.svelte

2
src/lib/components/publications/Publication.svelte

@ -162,7 +162,7 @@
<!-- Table of contents --> <!-- Table of contents -->
{#if publicationType !== 'blog' || !isLeaf} {#if publicationType !== 'blog' || !isLeaf}
{#if $publicationColumnVisibility.toc} {#if $publicationColumnVisibility.toc}
<Sidebar class='sidebar-leather left-0 md:!pr-8'> <Sidebar class='sidebar-leather left-0 md:!pr-8 overflow-y-auto'>
<CloseButton onclick={closeToc} class='btn-leather absolute top-0 right-0' /> <CloseButton onclick={closeToc} class='btn-leather absolute top-0 right-0' />
<TableOfContents <TableOfContents
displayMode='sidebar' displayMode='sidebar'

Loading…
Cancel
Save