From d2690444ac98c7c34211a8c04340b1220ba8bf28 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Wed, 12 Oct 2016 14:57:53 -0500 Subject: [PATCH] fix(overlay): bring overlay on top of the toolbars --- css/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/_variables.scss b/css/_variables.scss index fa560b004..764eeeb66 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -89,7 +89,7 @@ $sidebarWidth: 200px; */ $tooltipsZ: 901; $toolbarZ: 900; -$overlayZ: 800; +$overlayZ: 902; $notificationZ: 1012; /**