From 74ad795d4a36aecb7438f9cc014b5b0ead81b6e0 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 16 Jul 2018 17:10:58 +0100 Subject: [PATCH] Fix read receipts on top of Jitsi By removing z-index which, as far as I can see, does nothing. Fixes https://github.com/vector-im/riot-web/issues/7021 --- res/css/views/rooms/_EventTile.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index c69c66ac7e..2898fb7bb7 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -186,7 +186,6 @@ limitations under the License. .mx_EventTile_msgOption { float: right; text-align: right; - z-index: 1; position: relative; width: 90px;