mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-25 05:25:44 -04:00
The issue of web page adaptation on mobile devices #133
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Wystan0608 on GitHub (Mar 31, 2025).
When opening the published page on mobile devices, the following issues exist:
@dosubot[bot] commented on GitHub (Mar 31, 2025):
Hey @Almostlover0608! I'm here to help you with any bugs, questions, or contributions you have. Let's work together to solve this issue. Dosu
The issue with the page not being fully displayed and the inability to scroll on mobile devices is likely due to the CSS
overflowproperty set tohiddenon thebodyelement. This prevents scrolling and can cause content to be out of view. Here's the relevant CSS snippet:To resolve these issues, you can change
overflow: hidden;tooverflow: auto;oroverflow: scroll;to allow scrolling on the page [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