If you prefer to have the table of content always fully expanded, try adding this CSS to your theme
#d-toc li.d-toc-item > ul {
max-height: 500em !important;
overflow: visible !important;
opacity: 1 !important;
}
If you prefer to have the table of content always fully expanded, try adding this CSS to your theme
#d-toc li.d-toc-item > ul {
max-height: 500em !important;
overflow: visible !important;
opacity: 1 !important;
}