diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss index 3b2b6b32a..5c5f5b830 100644 --- a/quartz/components/styles/toc.scss +++ b/quartz/components/styles/toc.scss @@ -1,8 +1,8 @@ .toc { display: flex; flex-direction: column; + &.desktop-only { - display: flex; max-height: 40%; } }