# Unable to use reactions on IOS/Mobile

**URL:** <https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867>\
**Category:** Support\
**Tags:** reactions, jira\
**Created:** [27 באוקטובר,‏ 2025,‏ 7:32pm UTC](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867 "2025-10-27T19:32:50Z")\
**Posts on this page:** 1\
**Showing post:** 23

<div class="post-metadata">

**Author:** ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)\
**Post date:** [1 בנובמבר,‏ 2025,‏ 12:45pm UTC](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867/23 "2025-11-01T12:45:10Z")

</div>

Hello 👋

The issue is that the Discourse Jira plugin adds `position: relative` to `.post-controls .actions`.

> <https://github.com/discourse/discourse-jira/blob/56e43f6abe5a310115c828b9d85d54039433b7a4/assets/stylesheets/common/discourse-jira.scss#L3>

However, this doesn’t work because `nav.post-controls` has `overflow-x: auto`, which clips any overflowed (floating) elements — such as those added by Discourse Reactions.

This only happens on mobile (`viewport.sm`), because `overflow-x: auto` is applied there.

> <https://github.com/discourse/discourse/blob/f47f95e6c88b6423850d016f2f056788344f640b/app/assets/stylesheets/mobile/topic-post.scss#L38>

---

_[View the full topic](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867)._
