- Issue created by @leanderjcc
- Status changed to Closed: outdated
about 1 year ago 1:02pm 21 September 2023 This is superceded by 🐛 [theming] Show/Hide TOC elements entirely using CSS classes Needs review , and your issue may be easily resolved with:
.toc_js { display: flex; } .toc_js.is-hidden { display: none; }
The solution in that issue keeps compatibility with the existing behaviour of it being hidden by default.