From f6587536101a140deb15dcba3a0ecebcc7504972 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 18 Jul 2018 14:14:38 +0100 Subject: [PATCH] Fix e2e icons floating above jitsi Remove another seemingly redundant z-index Fixes https://github.com/vector-im/riot-web/issues/7056 --- 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 2898fb7bb7..f74e2e0850 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -288,7 +288,6 @@ limitations under the License. position: absolute; top: 9px; left: 46px; - z-index: 2; cursor: pointer; }