From 0d314db1f8d6438e6e721e1c37c65fe84f193acf Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Wed, 29 Nov 2023 10:50:26 -0800 Subject: [PATCH] fix(style): overflow on toc --- quartz/components/styles/toc.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss index 3fac443..27ff62a 100644 --- a/quartz/components/styles/toc.scss +++ b/quartz/components/styles/toc.scss @@ -30,6 +30,7 @@ button#toc { overflow: hidden; max-height: none; transition: max-height 0.5s ease; + position: relative; &.collapsed > .overflow::after { opacity: 0;