fix(RingOverlay): puts the "ring overlay" back below the toolbars

This commit is contained in:
paweldomas 2016-10-21 10:45:45 -05:00
parent 8c426e8bb7
commit 98de4c90b5
2 changed files with 2 additions and 1 deletions

View File

@ -91,6 +91,7 @@ $tooltipsZ: 901;
$toolbarZ: 900; $toolbarZ: 900;
$overlayZ: 902; $overlayZ: 902;
$notificationZ: 1012; $notificationZ: 1012;
$ringingZ: 800;
/** /**
* Font Colors TODO: Change colors when general dialogs are implemented. * Font Colors TODO: Change colors when general dialogs are implemented.

View File

@ -5,7 +5,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
position: fixed; position: fixed;
z-index: $overlayZ; z-index: $ringingZ;
background: linear-gradient(transparent, #000); background: linear-gradient(transparent, #000);
opacity: 0.8; opacity: 0.8;