# Horizon 上“新话题”按钮的位置

**URL:** https://meta.discourse.org/t/position-of-the-new-topic-button-on-horizon/410535
**Category:** Support
**Tags:** css, horizon-theme
**Created:** [2026年八月20日 15:06 UTC](https://meta.discourse.org/t/position-of-the-new-topic-button-on-horizon/410535 "2026-08-20T15:06:16Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [2026年八月20日 15:14 UTC](https://meta.discourse.org/t/position-of-the-new-topic-button-on-horizon/410535/2 "2026-08-20T15:14:47Z")

</div>

你是指这样吗？

 ![CleanShot 2026-08-20 at 17.13.22@2x](https://global.discourse-cdn.com/meta/original/4X/b/0/e/b0e474ea94a5f6fd512bb60d87a099ebe9bd5a3e.png)

我觉得像这样应该就可以：

```plaintext
.sidebar-new-topic-button__wrapper {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    margin: 0;
}

```

但它不会“感知”页面上的其他元素，所以会遮挡其他内容。

---

_[View the full topic](https://meta.discourse.org/t/position-of-the-new-topic-button-on-horizon/410535)._
