diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss index 13d6d3fc6..fb01e8b7a 100644 --- a/quartz/components/styles/toc.scss +++ b/quartz/components/styles/toc.scss @@ -1,5 +1,12 @@ .toc { overflow-y: auto; + &.desktop-only { + max-height: 40%; + } + > #toc-content > .overflow { + max-height: unset; + overflow-y: unset; + } } button#toc {