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;
|
||||
$overlayZ: 902;
|
||||
$notificationZ: 1012;
|
||||
$ringingZ: 800;
|
||||
|
||||
/**
|
||||
* Font Colors TODO: Change colors when general dialogs are implemented.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
z-index: $overlayZ;
|
||||
z-index: $ringingZ;
|
||||
background: linear-gradient(transparent, #000);
|
||||
opacity: 0.8;
|
||||
|
||||
|
|
Loading…
Reference in New Issue