fix(RingOverlay): puts the "ring overlay" back below the toolbars
This commit is contained in:
parent
8c426e8bb7
commit
98de4c90b5
|
@ -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.
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue