fix(popover): z-index should be greater than toasts
Currently, the JitsiPopover z-index will cause it to display below any toast notifications so this changes modifies the z-index values so JitsiPopover is higher than the notification toasts.
This commit is contained in:
parent
f6ccacb7df
commit
9837181d5d
|
@ -128,9 +128,9 @@ $toolbarZ: 400;
|
||||||
$tooltipsZ: 401;
|
$tooltipsZ: 401;
|
||||||
$dropdownMaskZ: 900;
|
$dropdownMaskZ: 900;
|
||||||
$dropdownZ: 901;
|
$dropdownZ: 901;
|
||||||
$jitsipopoverZ: 1010;
|
$centeredVideoLabelZ: 1010;
|
||||||
$centeredVideoLabelZ: 1011;
|
$notificationZ: 1011;
|
||||||
$notificationZ: 1012;
|
$jitsipopoverZ: 1012;
|
||||||
$popoverZ: 1015;
|
$popoverZ: 1015;
|
||||||
$overlayZ: 1016;
|
$overlayZ: 1016;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue