Topic on Skin talk:Chameleon

Page TOCs are hidden since Chameleon 4.4.0

3
Summary by Kghbln

Tracked with issue 439 and fixed with release 4.4.2

LMischler (talkcontribs)

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?

Kghbln (talkcontribs)

I have created issue 439 on GitHub for this. For now, I labeled it as a question that may be subject to change.

@LMischler: Do you have a link to the wiki where you are experiencing the issue?

Morne Alberts (talkcontribs)
Reply to "Page TOCs are hidden since Chameleon 4.4.0"