Skip to content

Fix mobile chat page scrolling - prevent body scroll chaining#3

Merged
fibonacci998 merged 1 commit into
mainfrom
claude/mobile-chat-scroll-5HYnW
Mar 20, 2026
Merged

Fix mobile chat page scrolling - prevent body scroll chaining#3
fibonacci998 merged 1 commit into
mainfrom
claude/mobile-chat-scroll-5HYnW

Conversation

@fibonacci998
Copy link
Copy Markdown
Owner

On mobile, the entire page would scroll when dragging in the chat area,
causing the bottom nav and input to move. Fixed by:

  • Making .chat-page position:fixed on mobile to lock it to viewport
  • Adding overscroll-behavior:contain on .chat-messages to prevent
    scroll events from bubbling to the body

https://claude.ai/code/session_01FQzfAs9Ye8H6tQGEkugFjN

On mobile, the entire page would scroll when dragging in the chat area,
causing the bottom nav and input to move. Fixed by:
- Making .chat-page position:fixed on mobile to lock it to viewport
- Adding overscroll-behavior:contain on .chat-messages to prevent
  scroll events from bubbling to the body

https://claude.ai/code/session_01FQzfAs9Ye8H6tQGEkugFjN
@fibonacci998 fibonacci998 merged commit 8846841 into main Mar 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants