Skip to content

Commit

Permalink
fix(style): overflow on toc
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Nov 29, 2023
1 parent 660aae6 commit 0d314db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quartz/components/styles/toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ button#toc {
overflow: hidden;
max-height: none;
transition: max-height 0.5s ease;
position: relative;

&.collapsed > .overflow::after {
opacity: 0;
Expand Down

0 comments on commit 0d314db

Please sign in to comment.