From 75839007ea41b7a398a2adb95651629d5b8648ff Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Fri, 13 Jan 2023 10:40:04 +0100 Subject: [PATCH] make buttons clickable in the first place --- src/platform/web/ui/css/themes/element/call.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/platform/web/ui/css/themes/element/call.css b/src/platform/web/ui/css/themes/element/call.css index f4d674b4..c0f1550e 100644 --- a/src/platform/web/ui/css/themes/element/call.css +++ b/src/platform/web/ui/css/themes/element/call.css @@ -68,11 +68,12 @@ limitations under the License. } .StreamView_error { - color: red; - font-weight: bold; align-self: start; justify-self: center; - margin: 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; } .StreamView_muteStatus {