Skip to content

Commit

Permalink
Fix ToC hide/show button
Browse files Browse the repository at this point in the history
  • Loading branch information
malberts committed Dec 23, 2023
1 parent 37dccd6 commit 0e9c156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/styles/Components/Toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
}
}

.toctogglecheckbox:checked ~ ul {
display: none;
}

.tocnumber {
display: none;
}
Expand Down

0 comments on commit 0e9c156

Please sign in to comment.