From e3d5bd3dfb05e86c78afea015892c78934eb0abc Mon Sep 17 00:00:00 2001 From: paweldomas Date: Thu, 27 Oct 2016 14:45:13 -0500 Subject: [PATCH] fix(css): do not display avatar on top of the messages Previously the z-index was introduced in order to have the avatar visible on top of the black video element, but now we're always hiding the video element when the avatar is displayed, so it's no longer required. --- css/_videolayout_default.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/css/_videolayout_default.scss b/css/_videolayout_default.scss index 9333db78c..aba12b0ff 100644 --- a/css/_videolayout_default.scss +++ b/css/_videolayout_default.scss @@ -438,7 +438,6 @@ margin: auto; position: relative; border-radius: 100px; - z-index: 3; visibility: inherit; background-color: #000000; }