Hi, I tested Chameleon version >=4.4.0 in my existing wiki, but all my page TOCs are hidden with this new version.
I could see that this is due to a piece of scss coming from toc.scss file from Chameleon:
// Hide page TOC to prevent page content shift.
@include media-breakpoint-up(md) {
#bodyContent #toc {
display: none;
}
}
My understanding is that this toc.css should only apply when the new experimental TOC component is used in the layout, but it seems to apply regardless of this choice.
Did I miss something?