# Hidden Timeline button

**URL:** <https://meta.discourse.org/t/hidden-timeline-button/370240>\
**Category:** Support\
**Tags:** disco-toc\
**Created:** [June 15, 2025, 9:05am UTC](https://meta.discourse.org/t/hidden-timeline-button/370240 "2025-06-15T09:05:05Z")\
**Posts on this page:** 1\
**Showing post:** 1

<div class="post-metadata">

**Author:** ![mrmowji](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mrmowji/32/505517_2.png) [@mrmowji](https://meta.discourse.org/u/mrmowji)\
**Post date:** [June 15, 2025, 9:05am UTC](https://meta.discourse.org/t/hidden-timeline-button/370240/1 "2025-06-15T09:05:05Z")

</div>

I searched for this issue. The closest one is [Timeline button hidden behind draft](https://meta.discourse.org/t/timeline-button-hidden-behind-draft/294187). But it’s not the same.

The problem is the Timeline button doesn’t show up at all.

I’m using the default settings (except `TOC min heading` which is 2 and the list of categories) and there’s no option to hide or show that button. So, I assume it was supposed to show up whenever the TOC is shown, unless maybe hidden by custom CSS.

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/a/7/9a702844641be1465fdb4f5b50b917067aa410e3.png)

I checked the styles and it seems the ancestor is hidden of course, but that Timeline button hides with that; if I toggle this style, the button will show up too:

```css
.d-toc-active .timeline-container {
    display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/hidden-timeline-button/370240)._
