We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c2cc3 commit 0b8154fCopy full SHA for 0b8154f
1 file changed
components/app/tile-layout.tsx
@@ -92,7 +92,7 @@ export function TileLayout({ chatOpen, appConfig }: TileLayoutProps) {
92
const videoHeight = agentVideoTrack?.publication.dimensions?.height ?? 0;
93
94
return (
95
- <div className="fixed inset-x-0 top-8 bottom-32 z-50 md:top-12 md:bottom-40">
+ <div className="pointer-events-none fixed inset-x-0 top-8 bottom-32 z-50 md:top-12 md:bottom-40">
96
<div className="relative mx-auto h-full max-w-2xl px-4 md:px-0">
97
<div className={cn(classNames.grid)}>
98
{/* Agent */}
0 commit comments