diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss index 9de73e2da..dfbebbc34 100644 --- a/quartz/components/styles/toc.scss +++ b/quartz/components/styles/toc.scss @@ -1,8 +1,5 @@ -.toc { - overflow-y: auto; - &.desktop-only { - max-height: 40%; - } +.toc.desktop-only { + max-height: 40%; } button#toc {