From c6d01178c06a519423b3c37fea7bbdd0e536319f Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Fri, 1 Dec 2023 14:51:42 +0100 Subject: [PATCH] Update z-index of block actions (#15329) --- src/Umbraco.Web.UI.Client/src/less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/variables.less b/src/Umbraco.Web.UI.Client/src/less/variables.less index af1c136cc0..505036cf06 100644 --- a/src/Umbraco.Web.UI.Client/src/less/variables.less +++ b/src/Umbraco.Web.UI.Client/src/less/variables.less @@ -353,7 +353,7 @@ // Try to avoid customizing these :) @zIndexEditor: 100; @zIndexTree: 100; -@zIndexBlockActions: 500; +@zIndexBlockActions: 90; // Should be less than "zIndexEditor" to stay behind editor overlay in infinite mode. @zindexDropdown: 1000; @zindexPopover: 1010; @zindexTooltip: 1030;