# Double buttons in posting section? Puzzled

**URL:** <https://meta.discourse.org/t/double-buttons-in-posting-section-puzzled/329935>\
**Category:** Support\
**Created:** [October 8, 2024, 8:05pm UTC](https://meta.discourse.org/t/double-buttons-in-posting-section-puzzled/329935 "2024-10-08T20:05:19Z")\
**Posts on this page:** 1\
**Showing post:** 16

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [October 9, 2024, 9:33pm UTC](https://meta.discourse.org/t/double-buttons-in-posting-section-puzzled/329935/16 "2024-10-09T21:33:39Z")

</div>

This works based on the timeline’s distance from the bottom of the page, specifically we have an empty container called `topic-bottom` below the last post. When the timeline passes this, it becomes “docked” and the controls are hidden.

When a browser window is tall enough, and there isn’t enough content below the topic footer controls, you might not ever reach this state.

Here’s an example… in this tall browser window, this is as low as my timeline can get… there’s no more content to scroll

 ![The image displays a screenshot of a computer interface, specifically a webpage or a digital document with text. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/d/a/b/dab39f026d5cbcd76f00fe2da8524fe62f8a08b1.png)

But if I make my window shorter, I need to scroll more to reach the bottom, and if it’s short enough… this will make the buttons disappear.

 ![This image shows a computer screen with a webpage open, displaying a TED talk video. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/1/6/3/163decf5ca486a10306bd0218ffc7c9295fd4af8.png)

One possible path for improvement that comes to mind would be to hide the buttons in the timeline based on the distance from the footer buttons rather than the end of the topic (this could end up being more complicated than it’s worth in practice though).

Doing that would mean that my first screenshot above would still show both, which might be ok because there’s a greater distance between the two… and it would probably be a little more controllable in situations like this one below, where they’re close, but haven’t passed yet… and it makes sense to hide them

 ![The image displays a user-friendly interface of a TED video, featuring a detailed comment section with a total of 17 comments. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/4/8/6/486c94924a120742d5e629afb379fa469d8dd0d8.png)

---

_[View the full topic](https://meta.discourse.org/t/double-buttons-in-posting-section-puzzled/329935)._
