Update z-index of block actions (#15329)

This commit is contained in:
Bjarne Fyrstenborg
2023-12-01 14:51:42 +01:00
committed by GitHub
parent 7f4378066d
commit c6d01178c0

View File

@@ -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;