fix(overlay): bring overlay on top of the toolbars

This commit is contained in:
paweldomas 2016-10-12 14:57:53 -05:00
parent c473178dfe
commit d2690444ac
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ $sidebarWidth: 200px;
*/ */
$tooltipsZ: 901; $tooltipsZ: 901;
$toolbarZ: 900; $toolbarZ: 900;
$overlayZ: 800; $overlayZ: 902;
$notificationZ: 1012; $notificationZ: 1012;
/** /**