From 37f676084cf34c650f546aecfce84063d260468f Mon Sep 17 00:00:00 2001 From: Hampus Date: Mon, 9 Feb 2026 23:32:30 +0100 Subject: [PATCH] fix(app): stream overlay pointer events (#74) --- fluxer_app/src/components/voice/VoiceParticipantTile.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxer_app/src/components/voice/VoiceParticipantTile.module.css b/fluxer_app/src/components/voice/VoiceParticipantTile.module.css index 89e0da60..50fa23ae 100644 --- a/fluxer_app/src/components/voice/VoiceParticipantTile.module.css +++ b/fluxer_app/src/components/voice/VoiceParticipantTile.module.css @@ -29,7 +29,7 @@ justify-content: center; background-color: rgb(0 0 0 / 0.7); z-index: 10; - pointer-events: none; + pointer-events: auto; border-radius: var(--radius-lg); }