Dify 1.0.1 has a problem on mobile: auto-scrolling and interface expansion do not work as intended.
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
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 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
我这也出现了同样的问题,请尽快能够修复这个问题!
This has been fixed in https://github.com/langgenius/dify/pull/15601