From b0c84591d7300df0c46f948cc1b461c7b930b9a4 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 22 Nov 2018 18:35:14 +0000 Subject: [PATCH] show focus glow below dialogs (at z-index 4000) --- res/css/structures/_GroupGridView.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/_GroupGridView.scss b/res/css/structures/_GroupGridView.scss index 0464026ed4..9e51af25f9 100644 --- a/res/css/structures/_GroupGridView.scss +++ b/res/css/structures/_GroupGridView.scss @@ -80,7 +80,7 @@ limitations under the License. bottom: 0; content: ""; pointer-events: none; - z-index: 10000; + z-index: 3500; } .mx_GroupGridView_activeTile:before {