馃挕 RFC: Mobile & responsive viewport adaptations for Web UI (dsh web)
#1721
mohitmathur95
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Currently, running
dsh webon smaller screens (mobile viewports or narrow windows) causes layout overlapping, particularly with the sidebar expanding over the message composer area.A few targeted CSS/UI adjustments in
@deepseek-ai/dsh-webcould resolve this cleanly:composer) sticks to the bottom withenv(safe-area-inset-bottom)applied so it doesn't get pushed off-screen on mobile Safari/Chrome.overflow-y: touchsmooth scrolling to theui-trajectorytrace panel on touch devices.thanks
All reactions