Update z-index of block actions (#15329)
This commit is contained in:
committed by
GitHub
parent
7f4378066d
commit
c6d01178c0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user