fix(overlay): bring overlay on top of the toolbars
This commit is contained in:
parent
c473178dfe
commit
d2690444ac
|
@ -89,7 +89,7 @@ $sidebarWidth: 200px;
|
|||
*/
|
||||
$tooltipsZ: 901;
|
||||
$toolbarZ: 900;
|
||||
$overlayZ: 800;
|
||||
$overlayZ: 902;
|
||||
$notificationZ: 1012;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue