Merge pull request #1524 from jitsi/overlay_on_top
fix(overlay): Make the overlays on top of everything
This commit is contained in:
commit
4097be1908
|
@ -125,11 +125,11 @@ $toolbarZ: 400;
|
|||
$tooltipsZ: 401;
|
||||
$dropdownMaskZ: 900;
|
||||
$dropdownZ: 901;
|
||||
$overlayZ: 902;
|
||||
$jitsipopoverZ: 1010;
|
||||
$centeredVideoLabelZ: 1011;
|
||||
$notificationZ: 1012;
|
||||
$popoverZ: 1015;
|
||||
$overlayZ: 1016;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue