From 637d40348575aadca80340edc0366d1b347f9e60 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sun, 5 Sep 2021 18:29:18 +0100 Subject: [PATCH] fix: Unable to use permission grid dropdowns due to z-index mistake (#3065) The one I had suggested here: https://github.com/flarum/core/pull/2887#pullrequestreview-690047538 --- framework/core/less/admin/PermissionsPage.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/core/less/admin/PermissionsPage.less b/framework/core/less/admin/PermissionsPage.less index 7cabef5b5..39ba8047e 100644 --- a/framework/core/less/admin/PermissionsPage.less +++ b/framework/core/less/admin/PermissionsPage.less @@ -78,7 +78,7 @@ position: sticky; left: 0; padding-right: 50px; - z-index: 2; + z-index: 4; background: inherit; .icon { @@ -143,7 +143,6 @@ td, th { position: relative; - z-index: 0; } th { font-weight: normal;