Skip to content

Commit 37f6760

Browse files
fix(app): stream overlay pointer events (#74)
1 parent d4c392c commit 37f6760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluxer_app/src/components/voice/VoiceParticipantTile.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
justify-content: center;
3030
background-color: rgb(0 0 0 / 0.7);
3131
z-index: 10;
32-
pointer-events: none;
32+
pointer-events: auto;
3333
border-radius: var(--radius-lg);
3434
}
3535

0 commit comments

Comments
 (0)