We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f43780 commit c6d0117Copy full SHA for c6d0117
src/Umbraco.Web.UI.Client/src/less/variables.less
@@ -353,7 +353,7 @@
353
// Try to avoid customizing these :)
354
@zIndexEditor: 100;
355
@zIndexTree: 100;
356
-@zIndexBlockActions: 500;
+@zIndexBlockActions: 90; // Should be less than "zIndexEditor" to stay behind editor overlay in infinite mode.
357
@zindexDropdown: 1000;
358
@zindexPopover: 1010;
359
@zindexTooltip: 1030;
0 commit comments