Skip to content

fix: add pointer-events-none to TileLayout to allow scrolling in chat#340

Open
Levis-w wants to merge 1 commit into
livekit-examples:mainfrom
Levis-w:fix/chat-scroll-pointer-events
Open

fix: add pointer-events-none to TileLayout to allow scrolling in chat#340
Levis-w wants to merge 1 commit into
livekit-examples:mainfrom
Levis-w:fix/chat-scroll-pointer-events

Conversation

@Levis-w
Copy link
Copy Markdown

@Levis-w Levis-w commented May 10, 2026

Summary

  • Add pointer-events-none to TileLayout component to fix scrolling issue in chat area
  • The TileLayout covers the entire screen with absolute positioning, intercepting touch/mouse events and preventing scrolling in the underlying chat content

Test plan

  • Open chat interface on mobile web browser
  • Verify scrolling works in the chat message area
  • Verify bottom scroll-to-bottom button works

🤖 Generated with Claude Code

The TileLayout component covers the entire screen with absolute positioning,
which intercepts touch/mouse events and prevents scrolling in the chat area
below it. Adding pointer-events-none allows events to pass through to the
underlying chat content.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 10, 2026

@Levis-w is attempting to deploy a commit to the LiveKit Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant