Browse Source

fix(overlay): Make the overlays on top of everything

j8
hristoterezov 8 years ago
parent
commit
f6ef727573
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/_variables.scss

+ 1
- 1
css/_variables.scss View File

@@ -125,11 +125,11 @@ $toolbarZ: 400;
125 125
 $tooltipsZ: 401;
126 126
 $dropdownMaskZ: 900;
127 127
 $dropdownZ: 901;
128
-$overlayZ: 902;
129 128
 $jitsipopoverZ: 1010;
130 129
 $centeredVideoLabelZ: 1011;
131 130
 $notificationZ: 1012;
132 131
 $popoverZ: 1015;
132
+$overlayZ: 1016;
133 133
 
134 134
 
135 135
 /**

Loading…
Cancel
Save