Skip to content

Commit c6d0117

Browse files
authored
Update z-index of block actions (#15329)
1 parent 7f43780 commit c6d0117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/less/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
// Try to avoid customizing these :)
354354
@zIndexEditor: 100;
355355
@zIndexTree: 100;
356-
@zIndexBlockActions: 500;
356+
@zIndexBlockActions: 90; // Should be less than "zIndexEditor" to stay behind editor overlay in infinite mode.
357357
@zindexDropdown: 1000;
358358
@zindexPopover: 1010;
359359
@zindexTooltip: 1030;

0 commit comments

Comments
 (0)