# 新增“帖子类型”创作操作下拉菜单

**URL:** https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635
**Category:** Announcements
**Created:** [2026年六月1日 20:07 UTC](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635 "2026-06-01T20:07:07Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![tynaut](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tynaut/32/276689_2.png) [@tynaut](https://meta.discourse.org/u/tynaut)
#### Post date: [2026年七月3日 00:28 UTC](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635/13 "2026-07-03T00:28:10Z")

</div>

> [@Moin](#):
>
> 通常，这类问题是因为我的平板是“桌面尺寸”但支持触控。类似于 [这里](https://meta.discourse.org/t/composer-more-menu-partly-hidden-behind-header-and-composer/372859/19?silent=true) 或 [这里](https://meta.discourse.org/t/ai-helper-hiding-on-android-tablets/349719) 的问题。

谢谢，这个上下文很有帮助。

我虽然没有 Android 触控平板，但我可以在 Firefox 中通过模拟触控按钮可靠地重现该问题。

 ![CleanShot 2026-07-02 at 18.40.40](https://global.discourse-cdn.com/meta/original/4X/0/c/e/0ceb9af714cfd9c7be286db925af0010f7d54cf9.png)

暂时可以通过以下样式规则解决：

```plaintext
.composer-toggles-menu-content, .composer-actions-dropdown {
    z-index: 1100;
}

```

~~我将使用 [这个预期的修复](https://github.com/discourse/discourse/pull/41380) 更新 Discourse，并在更改合并后通知大家。~~ \*更新：更改已合并，在运行版本 `d82dc7c` 或更高版本的下次部署中，您将看到修复。

再次感谢您报告此问题。

---

_[View the full topic](https://meta.discourse.org/t/introducing-a-new-post-type-composer-actions-dropdown/403635)._
