From 595a15c533d3a22bd79487a8ac42fd932f9d7c38 Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Tue, 14 Jun 2022 12:12:10 +0200 Subject: [PATCH] make overlay buttons on call view clickable on chrome --- src/platform/web/ui/css/themes/element/call.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/platform/web/ui/css/themes/element/call.css b/src/platform/web/ui/css/themes/element/call.css index 9bdc4abb..59e4046b 100644 --- a/src/platform/web/ui/css/themes/element/call.css +++ b/src/platform/web/ui/css/themes/element/call.css @@ -87,6 +87,10 @@ limitations under the License. display: flex; gap: 12px; margin-bottom: 16px; + /** Chrome (v100) requires this to make the buttons clickable + * where they overlap with the video element, even though + * the buttons come later in the DOM. */ + z-index: 1; } .CallView_buttons button {