Sfoglia il codice sorgente

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

master
paweldomas 8 anni fa
parent
commit
98de4c90b5
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1
    0
      css/_variables.scss
  2. 1
    1
      css/ringing/_ringing.scss

+ 1
- 0
css/_variables.scss Vedi File

91
 $toolbarZ: 900;
91
 $toolbarZ: 900;
92
 $overlayZ: 902;
92
 $overlayZ: 902;
93
 $notificationZ: 1012;
93
 $notificationZ: 1012;
94
+$ringingZ: 800;
94
 
95
 
95
 /**
96
 /**
96
  * Font Colors TODO: Change colors when general dialogs are implemented.
97
  * Font Colors TODO: Change colors when general dialogs are implemented.

+ 1
- 1
css/ringing/_ringing.scss Vedi File

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

Loading…
Annulla
Salva