Skip to content

Commit

Permalink
Try to fix the expender such that only direct children are expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
Happypig375 committed Feb 16, 2024
1 parent 703c478 commit 7a8febd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
max-height: 0px;
}

.book .book-summary .chapter li ul {
.book .book-summary .chapter li > ul {
overflow: hidden;
max-height: 0px !important;
}
Expand All @@ -14,7 +14,7 @@
max-height: 9999px;
}

.book .book-summary .chapter.expanded li.expanded ul {
.book .book-summary .chapter.expanded li.expanded > ul {
max-height: 9999px !important;
}

Expand Down

0 comments on commit 7a8febd

Please sign in to comment.