dify icon indicating copy to clipboard operation
dify copied to clipboard

Dify 1.0.1 has a problem on mobile: auto-scrolling and interface expansion do not work as intended.

Open hiwuye opened this issue 9 months ago • 1 comments

Self Checks

  • [x] This is only for bug report, if you would like to ask a question, please head to Discussions.
  • [x] I have searched for existing issues search for existing issues, including closed ones.
  • [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • [x] Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image Image When using Dify, I encountered an issue: the PC browser can auto-scroll or be manually scrolled normally, but on mobile devices, the dialog box is pushed out of the screen interface. Additionally, the content cannot be scrolled up or down, and related buttons extend beyond the interface boundaries.

✔️ Expected Behavior

Hope this can be fixed soon.

❌ Actual Behavior

No response

hiwuye avatar Mar 14 '25 01:03 hiwuye

@hiwuye Hello there! I'm here to assist you with any bugs, questions, or contributions related to Dify. Let's work together to resolve this issue.

To address the auto-scrolling and interface expansion issues on mobile devices for Dify 1.0.1, you should add the CSS class 'overflow-y-scroll' to the chat container. This will enable proper scrolling functionality and make the input field visible [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

dosubot[bot] avatar Mar 14 '25 01:03 dosubot[bot]

我这也出现了同样的问题,请尽快能够修复这个问题!

xjxiaopeng avatar Mar 14 '25 08:03 xjxiaopeng

This has been fixed in https://github.com/langgenius/dify/pull/15601

crazywoola avatar Mar 14 '25 11:03 crazywoola