Skip to content

Commit 0b8154f

Browse files
fix: pointer event none on tile view (#318)
this fixes a previous reversion
1 parent 97c2cc3 commit 0b8154f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/app/tile-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function TileLayout({ chatOpen, appConfig }: TileLayoutProps) {
9292
const videoHeight = agentVideoTrack?.publication.dimensions?.height ?? 0;
9393

9494
return (
95-
<div className="fixed inset-x-0 top-8 bottom-32 z-50 md:top-12 md:bottom-40">
95+
<div className="pointer-events-none fixed inset-x-0 top-8 bottom-32 z-50 md:top-12 md:bottom-40">
9696
<div className="relative mx-auto h-full max-w-2xl px-4 md:px-0">
9797
<div className={cn(classNames.grid)}>
9898
{/* Agent */}

0 commit comments

Comments
 (0)