Skip to content

Fix scrolling in model-battleground app layout#69

Open
AndrazP wants to merge 1 commit intolivekit-examples:mainfrom
AndrazP:fix/model-battleground-scrolling
Open

Fix scrolling in model-battleground app layout#69
AndrazP wants to merge 1 commit intolivekit-examples:mainfrom
AndrazP:fix/model-battleground-scrolling

Conversation

@AndrazP
Copy link

@AndrazP AndrazP commented Feb 16, 2026

Summary

Fix scrolling on the model-battleground app layout. On small screens, the "Start call" button was hidden below the viewport because the main container used h-svh with overflow-hidden, preventing users from scrolling to reach it.

Changes

  • Changed h-svh overflow-hidden to min-h-svh overflow-y-auto on the main container, allowing vertical scrolling when content exceeds the viewport height.

Use min-h-svh with overflow-y-auto instead of h-svh with overflow-hidden
to allow vertical scrolling when content exceeds viewport height.
@vercel
Copy link

vercel bot commented Feb 16, 2026

@AndrazP is attempting to deploy a commit to the LiveKit Team on Vercel.

A member of the Team first needs to authorize it.

codeSTACKr added a commit that referenced this pull request Feb 17, 2026
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

Comments