From bba07c2e6e5e204287da635241aa23995bd73a48 Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Tue, 16 Apr 2024 14:35:05 +0200 Subject: [PATCH] fix(VideoVue): fix bottom bar not clickable Signed-off-by: DorraJaouad --- src/components/CallView/shared/VideoVue.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CallView/shared/VideoVue.vue b/src/components/CallView/shared/VideoVue.vue index 5fd2f27cf44..befee1f02d7 100644 --- a/src/components/CallView/shared/VideoVue.vue +++ b/src/components/CallView/shared/VideoVue.vue @@ -716,6 +716,7 @@ export default { .video-container.presenter-overlay::after { border-radius: 50%; + z-index: 1; } .video-container.speaking::after { @@ -727,7 +728,6 @@ export default { content: ''; box-shadow: inset 0 0 0 3px white; cursor: pointer; - z-index: 1; } .presenter-icon__hide {