# Discourse 聊天设置/成员在 ios/ipados 26.2 上无法滚动

**URL:** <https://meta.discourse.org/t/discourse-chat-settings-members-can-t-scroll-on-ios-ipados-26-2/389942>\
**Category:** Bug\
**Tags:** chat\
**Created:** [2025年十一月29日 11:46 UTC](https://meta.discourse.org/t/discourse-chat-settings-members-can-t-scroll-on-ios-ipados-26-2/389942 "2025-11-29T11:46:50Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![small-lovely-cat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/small-lovely-cat/32/553546_2.png) [@small-lovely-cat](https://meta.discourse.org/u/small-lovely-cat)\
**Post date:** [2025年十一月30日 08:25 UTC](https://meta.discourse.org/t/discourse-chat-settings-members-can-t-scroll-on-ios-ipados-26-2/389942/4 "2025-11-30T08:25:53Z")

</div>

> <https://github.com/discourse/discourse/pull/36331>
>
> In #36248 and #36253, commits preventing scroll of body on IOS/iPadOS is impleme…nted.
> However, it accidentally limits the scroll of the setting page/member list of the chat, making leaving a PM/fetching the downer side of the member list difficult on these devices, since all these elements are not scrollable.
> 
> Back to the question, we implement a better way to prevent the whole page from scrolling, just set \`position: fixed\` and \`overflow: scroll\` rather than using \`overflow: hidden\` on the body object, and \`height: 100%\` and \`width: 100%\` are already implemented, so that the page fits the viewbox.
> 
> Before the fix(scratch up the page using mouse, but can't reach the leave button / the member page can't load):
> 
> \<img width="449" height="801" alt="image" src="https://github.com/user-attachments/assets/4eb510ca-de6a-44ed-8351-779a6562b42a" /\>
> 
> \<img width="454" height="796" alt="image" src="https://github.com/user-attachments/assets/0c861cd6-bde4-49e5-ac5d-2d28aeb5e337" /\>
> 
> After the fix:
> 
> \<img width="1919" height="914" alt="image" src="https://github.com/user-attachments/assets/44bdf71e-a402-49ff-8a85-49b99e4e1644" /\>
> 
> \<img width="1919" height="963" alt="image" src="https://github.com/user-attachments/assets/a6d2b27e-7ea5-4d06-ac43-b16b910c0639" /\>

此处已提交一个 PR。

---

_[View the full topic](https://meta.discourse.org/t/discourse-chat-settings-members-can-t-scroll-on-ios-ipados-26-2/389942)._
