From 22a01f67bcad9c69c45c8213d2f8b1414d0bf2fb 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 e41203c56c9..c2e76748a86 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 {