diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss index 420f5b939..5c5f5b830 100644 --- a/quartz/components/styles/toc.scss +++ b/quartz/components/styles/toc.scss @@ -1,6 +1,10 @@ .toc { display: flex; flex-direction: column; + + &.desktop-only { + max-height: 40%; + } } button#toc {