Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function TileLayout({
const videoHeight = agentVideoTrack?.publication.dimensions?.height ?? 0;

return (
<div className="absolute inset-x-0 top-8 bottom-32 z-50 md:top-12 md:bottom-40">
<div className="pointer-events-none absolute inset-x-0 top-8 bottom-32 z-50 md:top-12 md:bottom-40">
<div className="relative mx-auto h-full max-w-2xl px-4 md:px-0">
<div className={cn(tileViewClassNames.grid)}>
{/* Agent */}
Expand Down